From 040b02faac76987094fda001af4b2b42e14f6065 Mon Sep 17 00:00:00 2001 From: JuanJakobo Date: Mon, 18 Oct 2021 21:26:21 +0200 Subject: [PATCH] update version info to 0.73 --- src/handler/eventHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handler/eventHandler.cpp b/src/handler/eventHandler.cpp index 2bdb537..7c021fa 100644 --- a/src/handler/eventHandler.cpp +++ b/src/handler/eventHandler.cpp @@ -120,7 +120,7 @@ void EventHandler::mainMenuHandler(const int index) //Info case 104: { - Message(ICON_INFORMATION, "Information", "Version 0.72 \n For support please open a ticket at https://github.com/JuanJakobo/Pocketbook-Nextcloud-Client/issues", 1200); + Message(ICON_INFORMATION, "Information", "Version 0.73 \n For support please open a ticket at https://github.com/JuanJakobo/Pocketbook-Nextcloud-Client/issues", 1200); break; } //Exit