MX 1 год назад
Родитель
Сommit
0266a8f1ae
2 измененных файлов с 5 добавлено и 5 удалено
  1. 1 1
      application.fam
  2. 4 4
      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, 16),
+    fap_version=(1, 17),
     fap_description="Crypto wallet for Flipper",
 )

+ 4 - 4
flipbip.h

@@ -15,12 +15,12 @@
 #include "scenes/flipbip_scene.h"
 #include "views/flipbip_scene_1.h"
 
-#define FLIPBIP_VERSION "v1.16"
+#define FLIPBIP_VERSION "v1.17"
 
-#define COIN_BTC 0
+#define COIN_BTC  0
 #define COIN_DOGE 3
-#define COIN_ETH 60
-#define COIN_ZEC 133
+#define COIN_ETH  60
+#define COIN_ZEC  133
 
 #define TEXT_BUFFER_SIZE 256