Skip to content

Commit

Permalink
build: upgrade plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Z4karia committed Mar 1, 2023
1 parent da06e21 commit e002100
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 @@ APP_LOAD_PARAMS += --appFlags 0x800 --path "44'/60'" --path "45'" --path "44'/1'
APP_LOAD_PARAMS += $(COMMON_LOAD_PARAMS)

APPVERSION_M = 1
APPVERSION_N = 2
APPVERSION_N = 3
APPVERSION_P = 0
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)

Expand Down

0 comments on commit e002100

Please sign in to comment.