Skip to content

Commit

Permalink
Merge pull request #50 from LedgerHQ/bump
Browse files Browse the repository at this point in the history
[bump] V4.0.1
  • Loading branch information
lpascal-ledger authored Dec 29, 2022
2 parents 14baa2e + 8ccb893 commit e33691a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ include $(BOLOS_SDK)/Makefile.defines
APPNAME = Stellar
APPVERSION_M=4
APPVERSION_N=0
APPVERSION_P=0
APPVERSION_P=1
APPVERSION=$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)

ifeq ($(TARGET_NAME), TARGET_NANOS)
Expand Down
2 changes: 1 addition & 1 deletion tests_zemu/tests/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ test.each(models)("app version ($name)", async (m) => {
const transport = await sim.getTransport();
const str = new Str(transport);
const result = await str.getAppConfiguration();
expect(result.version).toBe('4.0.0');
expect(result.version).toBe('4.0.1');
} finally {
await sim.close();
}
Expand Down

0 comments on commit e33691a

Please sign in to comment.