From 375eb1cae1606d07fa0737af2a2b4d09018e4d3b Mon Sep 17 00:00:00 2001 From: BTChip github Date: Sat, 29 Jan 2022 16:16:46 +0100 Subject: [PATCH] Bump versions after rebase --- Makefile | 2 +- doc/ethapp.asc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8d6e68c..91a750f 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ APP_LOAD_PARAMS += --path "1517992542'/1101353413'" APPVERSION_M=1 APPVERSION_N=9 -APPVERSION_P=17 +APPVERSION_P=18 APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P) APP_LOAD_FLAGS= --appFlags 0x240 --dep Ethereum:$(APPVERSION) diff --git a/doc/ethapp.asc b/doc/ethapp.asc index 8931fe6..496ed0e 100644 --- a/doc/ethapp.asc +++ b/doc/ethapp.asc @@ -1,7 +1,7 @@ Ethereum application : Common Technical Specifications ======================================================= Ledger Firmware Team -Application version 1.9.16 - 10th of January 2022 +Application version 1.9.18 - 29th of January 2022 ## 1.0 - Initial release @@ -26,7 +26,7 @@ Application version 1.9.16 - 10th of January 2022 ## 1.9.13 - Add SET PLUGIN -## 1.9.16 +## 1.9.17 - Add PERFORM PRIVACY OPERATION ## About