Skip to content

Commit

Permalink
Merge pull request #512 from Cypherock/hotfix/btc-derivatives-verison
Browse files Browse the repository at this point in the history
fix(app): Btc derv app version fix
  • Loading branch information
ParnikaGupta9 authored Jun 4, 2024
2 parents 83eadb9 + 5da52d7 commit 33cb084
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/btc_family/dash/dash_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static const cy_app_desc_t dash_app_desc = {.id = 6,
.version =
{
.major = 1,
.minor = 0,
.minor = 1,
.patch = 0,
},
.app = btc_main,
Expand Down
2 changes: 1 addition & 1 deletion apps/btc_family/doge/doge_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static const cy_app_desc_t doge_app_desc = {.id = 5,
.version =
{
.major = 1,
.minor = 0,
.minor = 1,
.patch = 0,
},
.app = btc_main,
Expand Down
2 changes: 1 addition & 1 deletion apps/btc_family/ltc/ltc_app.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ static const cy_app_desc_t ltc_app_desc = {.id = 4,
.version =
{
.major = 1,
.minor = 0,
.minor = 1,
.patch = 0,
},
.app = btc_main,
Expand Down

0 comments on commit 33cb084

Please sign in to comment.