Skip to content

Commit

Permalink
fix: ufbt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xtruan committed Jul 19, 2023
1 parent ef151a6 commit 0073c32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -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",
)
2 changes: 1 addition & 1 deletion flipbip.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion helpers/flipbip_file.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0073c32

Please sign in to comment.