Skip to content

Commit

Permalink
Merge pull request #514 from Cypherock/main
Browse files Browse the repository at this point in the history
develop <-- main
  • Loading branch information
ParnikaGupta9 authored Jun 4, 2024
2 parents a031842 + 38f2eff commit eeef1bb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
firmware version=000:006:002:000
firmware version=000:006:002:001
hardware version=000:001:000:000
magic number=45227A01

0 comments on commit eeef1bb

Please sign in to comment.