File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ $(info TESTS_ZEMU_DIR : $(TESTS_ZEMU_DIR))
5050$(info TESTS_JS_DIR : $(TESTS_JS_DIR ) )
5151$(info TESTS_JS_PACKAGE : $(TESTS_JS_PACKAGE ) )
5252
53- DOCKER_IMAGE_ZONDAX =zondax/ledger-app-builder:ledger-1fb9306e9a5662adca213c9e6f0835405dab1552
53+ DOCKER_IMAGE_ZONDAX =zondax/ledger-app-builder:ledger-75354ba1678f81c283e4a7eca09c0524185c6281
5454DOCKER_IMAGE_LEDGER =ghcr.io/ledgerhq/ledger-app-builder/ledger-app-builder:latest
5555
5656ifdef INTERACTIVE
@@ -439,4 +439,4 @@ ts_lint:
439439 if [ -d tests_zemu ]; then cd tests_zemu && bun run lint; fi
440440
441441update_snapshots :
442- cd tests_zemu && rm -rf snapshots/* && cp -r snapshots-tmp/* snapshots/
442+ cd tests_zemu && rm -rf snapshots/* && cp -r snapshots-tmp/* snapshots/
Original file line number Diff line number Diff line change 1515 ********************************************************************************/
1616#pragma once
1717
18- #define ZXLIB_MAJOR 35
19- #define ZXLIB_MINOR 1
20- #define ZXLIB_PATCH 7
18+ #define ZXLIB_MAJOR 36
19+ #define ZXLIB_MINOR 0
20+ #define ZXLIB_PATCH 0
You can’t perform that action at this time.
0 commit comments