From 0b647650d1f0c7f3053124032503c67f462e623c Mon Sep 17 00:00:00 2001 From: Wolfgang Welz Date: Tue, 15 Jan 2019 21:47:04 +0100 Subject: [PATCH] v0.5.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ad2ce73b..41c34834 100755 --- a/Makefile +++ b/Makefile @@ -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)