Update version info

master 1.02
JuanJakobo 2022-09-09 15:44:14 +02:00
parent 0e53693243
commit 1771d0ee1f
4 changed files with 2 additions and 2 deletions

View File

@ -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)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 758 KiB

After

Width:  |  Height:  |  Size: 758 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 758 KiB

After

Width:  |  Height:  |  Size: 758 KiB

View File

@ -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