From 3e358f6193844a7126a87a908488cfee104d18c5 Mon Sep 17 00:00:00 2001 From: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> Date: Fri, 25 Aug 2023 22:45:46 +0200 Subject: [PATCH] Version up to 1.3.1 --- Shared/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Constants.cs b/Shared/Constants.cs index 1a25ccd..0c7ec8d 100644 --- a/Shared/Constants.cs +++ b/Shared/Constants.cs @@ -2,6 +2,6 @@ { internal static class Constants { - public const string Version = "1.3"; + public const string Version = "1.3.1"; } }