From 893bbf1dbb14a479c8537a45a28bff5a410cb5f1 Mon Sep 17 00:00:00 2001 From: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> Date: Sun, 14 May 2023 21:35:17 +0200 Subject: [PATCH] Version up to v1.1 --- Shared/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Constants.cs b/Shared/Constants.cs index 7d61c4d..3f2326f 100644 --- a/Shared/Constants.cs +++ b/Shared/Constants.cs @@ -2,6 +2,6 @@ { internal static class Constants { - public const string Version = "1.0"; + public const string Version = "1.1"; } }