فهرست منبع

fix: ufbt fix

Struan Clark 2 سال پیش
والد
کامیت
0073c32afb
3فایلهای تغییر یافته به همراه4 افزوده شده و 5 حذف شده
  1. 3 3
      application.fam
  2. 1 1
      flipbip.h
  3. 0 1
      helpers/flipbip_file.c

+ 3 - 3
application.fam

@@ -16,9 +16,9 @@ App(
             name="crypto",
         ),
     ],
-    fap_category="Misc",
+    fap_category="Tools",
     fap_author="Struan Clark (xtruan)",
     fap_weburl="https://github.com/xtruan/FlipBIP",
-    fap_version=(1, 10),
-    fap_description="Crypto toolkit for Flipper",
+    fap_version=(1, 11),
+    fap_description="Crypto wallet tools for Flipper",
 )

+ 1 - 1
flipbip.h

@@ -15,7 +15,7 @@
 #include "views/flipbip_startscreen.h"
 #include "views/flipbip_scene_1.h"
 
-#define FLIPBIP_VERSION "v1.10.0"
+#define FLIPBIP_VERSION "v1.11.0"
 
 #define COIN_BTC 0
 #define COIN_DOGE 3

+ 0 - 1
helpers/flipbip_file.c

@@ -1,6 +1,5 @@
 #include "flipbip_file.h"
 #include <storage/storage.h>
-#include <applications.h>
 #include <loader/loader.h>
 #include "../helpers/flipbip_string.h"
 // From: lib/crypto