Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanJakobo committed Sep 9, 2022
1 parent 0e53693 commit 1771d0e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Binary file modified screenshots/loginScreen.bmp
Binary file not shown.
Binary file modified screenshots/startScreen.bmp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/handler/eventHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1771d0e

Please sign in to comment.