@@ -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",
)
@@ -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