From 462054352e47734d6f16aa5095bae2cc577477e5 Mon Sep 17 00:00:00 2001 From: MarC0 Date: Thu, 18 Feb 2021 18:16:14 +0100 Subject: [PATCH] Crest version up to 1.0.1 --- KK_LewdCrestX/LewdCrestXPlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KK_LewdCrestX/LewdCrestXPlugin.cs b/KK_LewdCrestX/LewdCrestXPlugin.cs index 4f467d7..b22781f 100644 --- a/KK_LewdCrestX/LewdCrestXPlugin.cs +++ b/KK_LewdCrestX/LewdCrestXPlugin.cs @@ -33,7 +33,7 @@ namespace KK_LewdCrestX public partial class LewdCrestXPlugin : BaseUnityPlugin { public const string GUID = "LewdCrestX"; - public const string Version = "1.0"; + public const string Version = "1.0.1"; public static Dictionary CrestInfos { get; } = new Dictionary();