diff --git a/CMakeLists.txt b/CMakeLists.txt index f30e24e..31ee8d4 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ CMAKE_MINIMUM_REQUIRED (VERSION 3.10.1) -PROJECT (Pocketbook-Miniflux-Reader VERSION 1.01) +PROJECT (Pocketbook-Miniflux-Reader VERSION 1.02) set(CMAKE_CXX_STANDARD 17) set(CMAKE_SYSTEM_NAME Linux) diff --git a/screenshots/loginScreen.bmp b/screenshots/loginScreen.bmp index 1f74e35..0f779a0 100644 Binary files a/screenshots/loginScreen.bmp and b/screenshots/loginScreen.bmp differ diff --git a/screenshots/startScreen.bmp b/screenshots/startScreen.bmp index 3974d38..5d8fdb7 100644 Binary files a/screenshots/startScreen.bmp and b/screenshots/startScreen.bmp differ diff --git a/src/handler/eventHandler.cpp b/src/handler/eventHandler.cpp index 0fa09ff..e52a45c 100644 --- a/src/handler/eventHandler.cpp +++ b/src/handler/eventHandler.cpp @@ -234,7 +234,7 @@ void EventHandler::mainMenuHandler(const int index) //Info case 105: { - Message(ICON_INFORMATION, "Info", "Version 1.01 \n For support please open a ticket at https://github.com/JuanJakobo/Pocketbook-Nextcloud-Client/issues", 1200); + Message(ICON_INFORMATION, "Info", "Version 1.02 \n For support please open a ticket at https://github.com/JuanJakobo/Pocketbook-Nextcloud-Client/issues", 1200); break; } //Exit