From 43997f22150be7745844635cac475c7485f93c0b Mon Sep 17 00:00:00 2001 From: Clansty Date: Sun, 29 Sep 2024 13:05:51 +0800 Subject: [PATCH] [+] Increase version code --- AquaMai/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AquaMai/Main.cs b/AquaMai/Main.cs index 215a217a..706bc4df 100644 --- a/AquaMai/Main.cs +++ b/AquaMai/Main.cs @@ -17,7 +17,7 @@ namespace AquaMai public const string Description = "Mod for Sinmai"; public const string Author = "Aza"; public const string Company = null; - public const string Version = "1.1.0"; + public const string Version = "1.1.3"; public const string DownloadLink = null; }