Просмотр исходного кода

Merge pull request #25 from xtruan/pr24

Version bump
Struan 2 лет назад
Родитель
Сommit
1fa9193f46
3 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      application.fam
  2. 2 2
      catalog/manifest.yml
  3. 1 1
      flipbip.h

+ 1 - 1
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",
 )

+ 2 - 2
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"

+ 1 - 1
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