Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wollac committed Jan 15, 2019
1 parent 6ff71c4 commit 0b64765
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 @@ -25,7 +25,7 @@ include $(BOLOS_SDK)/Makefile.defines
APPNAME = "IOTA"
APPVERSION_MAJOR = 0
APPVERSION_MINOR = 5
APPVERSION_PATCH = 0
APPVERSION_PATCH = 1
APPVERSION = $(APPVERSION_MAJOR).$(APPVERSION_MINOR).$(APPVERSION_PATCH)
APP_LOAD_PARAMS = --path "44'/4218'" --appFlags 0x40 $(COMMON_LOAD_PARAMS)

Expand Down

0 comments on commit 0b64765

Please sign in to comment.