Skip to content

Commit

Permalink
Update version to 4.0.0, and REMOVE SUPPORT FOR NANOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cedelavergne-ledger committed Dec 11, 2024
1 parent 434ffe9 commit 03921f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ include $(BOLOS_SDK)/Makefile.defines
APPNAME = "Exchange"

# Application version
APPVERSION_M = 3
APPVERSION_N = 4
APPVERSION_P = 1
APPVERSION_M = 4
APPVERSION_N = 0
APPVERSION_P = 0
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"

# Application source files
Expand Down
2 changes: 1 addition & 1 deletion ledger_app.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[app]
build_directory = "./"
sdk = "C"
devices = ["nanos", "nanox", "nanos+", "stax", "flex"]
devices = ["nanox", "nanos+", "stax", "flex"]

[use_cases]
use_test_keys = "TEST_PUBLIC_KEY=1"
Expand Down

0 comments on commit 03921f0

Please sign in to comment.