Skip to content

Commit

Permalink
Merge pull request #25 from xtruan/pr24
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
xtruan authored Oct 22, 2023
2 parents df1ef57 + 620fed2 commit 1fa9193
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -17,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",
)
4 changes: 2 additions & 2 deletions catalog/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ sourcecode:
type: git
location:
origin: https://github.com/xtruan/FlipBIP.git
commit_sha: 5026eb08e0e0d14d34bec1f5497411288bbf133f
commit_sha: 3cb8313f13b95e12ae1a4e5ea9d679a058b33aac
description: "Cryptocurrency wallet with support for BTC, ETH, DOGE, and ZEC (t-addr)"
changelog: "v1.13.0 - Simplifying UI, reducing size"
changelog: "v1.14.0 - Confirmation before wallet regeneration"
author: "@xtruan"
screenshots:
- "./catalog/startscreen.png"
Expand Down
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 "scenes/flipbip_scene.h"
#include "views/flipbip_scene_1.h"

#define FLIPBIP_VERSION "v1.13"
#define FLIPBIP_VERSION "v1.14"

#define COIN_BTC 0
#define COIN_DOGE 3
Expand Down

0 comments on commit 1fa9193

Please sign in to comment.