From 72843b953e1353fbd3be968db5618bec2a0d948d Mon Sep 17 00:00:00 2001 From: Z4karia <92750334+Z4karia@users.noreply.github.com> Date: Fri, 3 Mar 2023 13:37:06 +0000 Subject: [PATCH] build: bump version --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2e2c298..d93f8e0 100644 --- a/Makefile +++ b/Makefile @@ -25,8 +25,8 @@ APP_LOAD_PARAMS += --appFlags 0x800 --path "44'/60'" --path "45'" --path "44'/1' APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS) APPVERSION_M = 1 -APPVERSION_N = 3 -APPVERSION_P = 1 +APPVERSION_N = 4 +APPVERSION_P = 0 APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) APPNAME = "[ L ] Market"