From 840eca046f2448eef4a629804e68f7203dfca07c Mon Sep 17 00:00:00 2001 From: Hyz-sui <86903430+Hyz-sui@users.noreply.github.com> Date: Wed, 28 Jun 2023 16:53:38 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=82=925.0.2=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cs b/main.cs index c04446236..5f0ccf1b6 100644 --- a/main.cs +++ b/main.cs @@ -49,7 +49,7 @@ public class Main : BasePlugin // ========== //Sorry for many Japanese comments. public const string PluginGuid = "com.emptybottle.townofhost"; - public const string PluginVersion = "5.0.0"; + public const string PluginVersion = "5.0.2"; // サポートされている最低のAmongUsバージョン public static readonly string LowestSupportedVersion = "2023.3.28"; public Harmony Harmony { get; } = new Harmony(PluginGuid);