From 3cb8313f13b95e12ae1a4e5ea9d679a058b33aac Mon Sep 17 00:00:00 2001 From: Struan Clark Date: Sat, 21 Oct 2023 20:06:55 -0600 Subject: [PATCH 1/2] chore: version bump --- application.fam | 2 +- flipbip.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application.fam b/application.fam index bae1c0fb69a..c7d67e3f927 100644 --- a/application.fam +++ b/application.fam @@ -17,6 +17,6 @@ App( fap_category="Tools", fap_author="Struan Clark (xtruan)", fap_weburl="https://github.com/xtruan/FlipBIP", - fap_version=(1, 13), + fap_version=(1, 14), fap_description="Crypto wallet for Flipper", ) diff --git a/flipbip.h b/flipbip.h index e63aed62550..573ef05888f 100644 --- a/flipbip.h +++ b/flipbip.h @@ -15,7 +15,7 @@ #include "scenes/flipbip_scene.h" #include "views/flipbip_scene_1.h" -#define FLIPBIP_VERSION "v1.13" +#define FLIPBIP_VERSION "v1.14" #define COIN_BTC 0 #define COIN_DOGE 3 From 620fed2763880eff73ce6a8f7846c56e24cf6753 Mon Sep 17 00:00:00 2001 From: Struan Clark Date: Sat, 21 Oct 2023 20:08:38 -0600 Subject: [PATCH 2/2] chore: catalog upd --- catalog/manifest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog/manifest.yml b/catalog/manifest.yml index 0b409546100..8d2cc0092b1 100644 --- a/catalog/manifest.yml +++ b/catalog/manifest.yml @@ -2,9 +2,9 @@ sourcecode: type: git location: origin: https://github.com/xtruan/FlipBIP.git - commit_sha: 5026eb08e0e0d14d34bec1f5497411288bbf133f + commit_sha: 3cb8313f13b95e12ae1a4e5ea9d679a058b33aac description: "Cryptocurrency wallet with support for BTC, ETH, DOGE, and ZEC (t-addr)" -changelog: "v1.13.0 - Simplifying UI, reducing size" +changelog: "v1.14.0 - Confirmation before wallet regeneration" author: "@xtruan" screenshots: - "./catalog/startscreen.png"