From f4982ec8f049a24b93171b1b6118ef0b268bad28 Mon Sep 17 00:00:00 2001 From: Night-GUA Date: Tue, 13 Aug 2024 23:06:19 +0800 Subject: [PATCH] up v1.3.6.1 --- YuEzTools/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YuEzTools/Main.cs b/YuEzTools/Main.cs index 3afb4a5..e523230 100644 --- a/YuEzTools/Main.cs +++ b/YuEzTools/Main.cs @@ -34,7 +34,7 @@ public class Main : BasePlugin public static readonly string ModColor = "#fffcbe"; // 咱们的模组颜色 public static readonly string MainMenuText = "Who fix?No one!!"; // 咱们模组的首页标语 public const string PluginGuid = "com.Yu.YuEzTools"; //咱们模组的Guid - public const string PluginVersion = "1.3.6.0"; //咱们模组的版本号 + public const string PluginVersion = "1.3.6.1"; //咱们模组的版本号 public const string CanUseInAmongUsVer = "2024.6.18"; //智齿的AU版本 public const int PluginCreation = 1;