@@ -3,7 +3,7 @@
[](https://github.com/xtruan/FlipBIP/actions/workflows/build.yml)
## Crypto toolkit for Flipper Zero
-- Last built against `0.104.0` Flipper Zero firmware release
+- Last built against `1.0.1` Flipper Zero firmware release
- Using Trezor crypto libs from `core/v2.5.3` release
- NOTE: This app uses very close to the maximum Flipper Zero RAM. If you get `furi_check failed` on launch, try running again!
@@ -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,7 +4,7 @@ sourcecode:
origin: https://github.com/xtruan/FlipBIP.git
commit_sha: 5afc1d3d7bc5b45a06a7d188e98de61fd8a0183c
description: "Cryptocurrency wallet with support for BTC, ETH, DOGE, and ZEC (t-addr)"
-changelog: "v1.16 - Minor UI cleanup"
+changelog: "v1.17"
author: "@xtruan"
screenshots:
- "./catalog/menu1.png"
@@ -15,7 +15,7 @@
#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_DOGE 3