Skip to content

Commit 912c8af

Browse files
Merge pull request #360 from LedgerHQ/apr/version_bump
Version bump to 1.10.1-dev
2 parents 56f66cc + 878355a commit 912c8af

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.10.1](https://github.com/ledgerhq/app-ethereum/compare/1.10.0...1.10.1) - 2022-XX-XX
9+
810
## [1.10.0](https://github.com/ledgerhq/app-ethereum/compare/1.9.20...1.10.0) - 2022-10-26
911

1012
### Changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ APP_LOAD_PARAMS += --path "1517992542'/1101353413'"
3434

3535
APPVERSION_M=1
3636
APPVERSION_N=10
37-
APPVERSION_P=0
38-
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)
37+
APPVERSION_P=1
38+
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
3939
APP_LOAD_FLAGS= --appFlags 0xa40 --dep Ethereum:$(APPVERSION)
4040

4141
###########################
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
def test_configuration(cmd):
33
if cmd.model == "nanos":
4-
assert cmd.get_configuration() == (14, 1, 10, 0)
4+
assert cmd.get_configuration() == (14, 1, 10, 1)
55

66
if cmd.model == "nanox":
7-
assert cmd.get_configuration() == (14, 1, 10, 0)
7+
assert cmd.get_configuration() == (14, 1, 10, 1)
88

99
if cmd.model == "nanosp":
10-
assert cmd.get_configuration() == (14, 1, 10, 0)
10+
assert cmd.get_configuration() == (14, 1, 10, 1)

0 commit comments

Comments
 (0)