feat: 1.14 update

This commit is contained in:
Struan Clark
2023-10-21 20:16:37 -06:00
parent aa9287313f
commit 25045ca67f
6 changed files with 60 additions and 17 deletions

View File

@@ -7,6 +7,7 @@ App(
"gui",
],
stack_size=3 * 1024,
order=10,
fap_icon="flipbip_10px.png",
fap_private_libs=[
Lib(
@@ -16,6 +17,6 @@ App(
fap_category="Tools",
fap_author="Struan Clark (xtruan)",
fap_weburl="https://github.com/xtruan/FlipBIP",
fap_version=(1, 13),
fap_version=(1, 14),
fap_description="Crypto wallet for Flipper",
)