diff --git a/Makefile b/Makefile index 7e6b906..4dae44d 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ DEFINES += HAVE_PENDING_REVIEW_SCREEN APPNAME = "TON" APPVERSION_M = 2 -APPVERSION_N = 0 +APPVERSION_N = 1 APPVERSION_P = 0 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" diff --git a/tests/snapshots/nanos/test_app_mainmenu/00020.png b/tests/snapshots/nanos/test_app_mainmenu/00020.png index 625b9d3..cd7ac65 100644 Binary files a/tests/snapshots/nanos/test_app_mainmenu/00020.png and b/tests/snapshots/nanos/test_app_mainmenu/00020.png differ diff --git a/tests/snapshots/nanosp/test_app_mainmenu/00020.png b/tests/snapshots/nanosp/test_app_mainmenu/00020.png index 472505b..a51be34 100644 Binary files a/tests/snapshots/nanosp/test_app_mainmenu/00020.png and b/tests/snapshots/nanosp/test_app_mainmenu/00020.png differ diff --git a/tests/snapshots/nanox/test_app_mainmenu/00020.png b/tests/snapshots/nanox/test_app_mainmenu/00020.png index 472505b..a51be34 100644 Binary files a/tests/snapshots/nanox/test_app_mainmenu/00020.png and b/tests/snapshots/nanox/test_app_mainmenu/00020.png differ diff --git a/tests/snapshots/stax/test_app_mainmenu/00001.png b/tests/snapshots/stax/test_app_mainmenu/00001.png index 5b38909..099798b 100644 Binary files a/tests/snapshots/stax/test_app_mainmenu/00001.png and b/tests/snapshots/stax/test_app_mainmenu/00001.png differ diff --git a/tests/snapshots/stax/test_sign_tx_subwallet_id/pretest/00001.png b/tests/snapshots/stax/test_sign_tx_subwallet_id/pretest/00001.png index 5b38909..099798b 100644 Binary files a/tests/snapshots/stax/test_sign_tx_subwallet_id/pretest/00001.png and b/tests/snapshots/stax/test_sign_tx_subwallet_id/pretest/00001.png differ diff --git a/tests/snapshots/stax/test_sign_tx_with_payload/pretest/00001.png b/tests/snapshots/stax/test_sign_tx_with_payload/pretest/00001.png index 5b38909..099798b 100644 Binary files a/tests/snapshots/stax/test_sign_tx_with_payload/pretest/00001.png and b/tests/snapshots/stax/test_sign_tx_with_payload/pretest/00001.png differ diff --git a/tests/test_name_version.py b/tests/test_name_version.py index 3c1366a..bdb7949 100644 --- a/tests/test_name_version.py +++ b/tests/test_name_version.py @@ -12,4 +12,4 @@ def test_get_app_and_version(backend, backend_name): app_name, version = unpack_get_app_and_version_response(response.data) assert app_name == "TON" - assert version == "2.0.0" \ No newline at end of file + assert version == "2.1.0" \ No newline at end of file diff --git a/tests/test_version_cmd.py b/tests/test_version_cmd.py index 7da90b7..9381b2f 100644 --- a/tests/test_version_cmd.py +++ b/tests/test_version_cmd.py @@ -2,7 +2,7 @@ from application_client.ton_response_unpacker import unpack_get_version_response MAJOR = 2 -MINOR = 0 +MINOR = 1 PATCH = 0 # In this test we check the behavior of the device when asked to provide the app version