Skip to content

Commit

Permalink
[bump] V4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpascal-ledger committed Dec 29, 2022
1 parent 14baa2e commit 8ccb893
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 8ccb893

Please sign in to comment.