diff --git a/Makefile b/Makefile index a2d5a9c..99ec500 100755 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ APPNAME = Nimiq # Application version APPVERSION_M = 2 APPVERSION_N = 0 -APPVERSION_P = 0 +APPVERSION_P = 1 APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)" # Setting to allow building variant applications. For now, there are no variants, only the main Nimiq app. diff --git a/tests/snapshots/flex/test_app_mainmenu/00001.png b/tests/snapshots/flex/test_app_mainmenu/00001.png index f39b025..375e3bf 100644 Binary files a/tests/snapshots/flex/test_app_mainmenu/00001.png and b/tests/snapshots/flex/test_app_mainmenu/00001.png differ diff --git a/tests/snapshots/nanos/test_app_mainmenu/00001.png b/tests/snapshots/nanos/test_app_mainmenu/00001.png index 625b9d3..4d558cb 100644 Binary files a/tests/snapshots/nanos/test_app_mainmenu/00001.png and b/tests/snapshots/nanos/test_app_mainmenu/00001.png differ diff --git a/tests/snapshots/nanosp/test_app_mainmenu/00001.png b/tests/snapshots/nanosp/test_app_mainmenu/00001.png index 472505b..841995a 100644 Binary files a/tests/snapshots/nanosp/test_app_mainmenu/00001.png and b/tests/snapshots/nanosp/test_app_mainmenu/00001.png differ diff --git a/tests/snapshots/nanox/test_app_mainmenu/00001.png b/tests/snapshots/nanox/test_app_mainmenu/00001.png index 472505b..841995a 100644 Binary files a/tests/snapshots/nanox/test_app_mainmenu/00001.png and b/tests/snapshots/nanox/test_app_mainmenu/00001.png differ diff --git a/tests/snapshots/stax/test_app_mainmenu/00001.png b/tests/snapshots/stax/test_app_mainmenu/00001.png index 679095f..c68903e 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/test_get_name_and_version.py b/tests/test_get_name_and_version.py index c0da2b1..4746ab6 100644 --- a/tests/test_get_name_and_version.py +++ b/tests/test_get_name_and_version.py @@ -26,4 +26,4 @@ def test_get_app_and_version(backend): app_name, version = app_name_raw.decode("ascii"), version_raw.decode("ascii") assert app_name == "Nimiq" - assert version == "2.0.0" + assert version == "2.0.1"