Quellcode durchsuchen

chore: bump version

Struan vor 1 Jahr
Ursprung
Commit
a9b4eadaa2
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      application.fam
  2. 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, 14),
+    fap_version=(1, 15),
     fap_description="Crypto wallet for Flipper",
 )

+ 1 - 1
flipbip.h

@@ -15,7 +15,7 @@
 #include "scenes/flipbip_scene.h"
 #include "views/flipbip_scene_1.h"
 
-#define FLIPBIP_VERSION "v1.14"
+#define FLIPBIP_VERSION "v1.15"
 
 #define COIN_BTC 0
 #define COIN_DOGE 3