From e3bfbd33e50a8eecb96bf7669ac1cfd8c2783946 Mon Sep 17 00:00:00 2001 From: quiquelhappy Date: Thu, 21 Oct 2021 18:47:03 +0200 Subject: [PATCH] version bump --- .idea/workspace.xml | 7 +++---- src/api/Globals.go | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 81551b7..cd8805d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,8 +6,7 @@ - - + - + @@ -59,7 +58,7 @@ - + diff --git a/src/api/Globals.go b/src/api/Globals.go index c4b1286..70b971c 100644 --- a/src/api/Globals.go +++ b/src/api/Globals.go @@ -1,5 +1,5 @@ package api -const Version = "1.1.1" +const Version = "1.1.2" const KeychainService = "grifpkg" const KeychainHash = "session" \ No newline at end of file