From 52b9bf00d499fb7f3fccd956c5a2024b0418daa7 Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Tue, 18 Jul 2023 20:04:02 +1000 Subject: [PATCH] Bump to 1.0.2 --- desktop/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/main.cpp b/desktop/main.cpp index fde02e5b..9438eebc 100644 --- a/desktop/main.cpp +++ b/desktop/main.cpp @@ -49,7 +49,7 @@ int main(int argc, char* argv[]) { a.setOrganizationName("theSuite"); a.setOrganizationDomain("vicr123.com"); a.setApplicationName("theDesk"); - a.setApplicationVersion("1.0.1"); + a.setApplicationVersion("1.0.2"); a.setCopyrightYear("2023"); a.setApplicationShareDir("thedesk");