Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wollac committed Sep 4, 2018
1 parent f0c901d commit 64f8722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include $(BOLOS_SDK)/Makefile.defines

APPNAME = "IOTA"
APPVERSION_MAJOR = 0
APPVERSION_MINOR = 3
APPVERSION_MINOR = 4
APPVERSION_PATCH = 0
APPVERSION = $(APPVERSION_MAJOR).$(APPVERSION_MINOR).$(APPVERSION_PATCH)
APP_LOAD_PARAMS = --path "44'/4218'" --appFlags 0x00 $(COMMON_LOAD_PARAMS)
Expand Down

0 comments on commit 64f8722

Please sign in to comment.