From d739bb573d24306fdbc9523fdcbe55303c5e6506 Mon Sep 17 00:00:00 2001 From: MarC0 Date: Sun, 28 Feb 2021 18:35:30 +0100 Subject: [PATCH] Crest version up to 1.0.2 --- 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 b22781f..a6e375d 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.1"; + public const string Version = "1.0.2"; public static Dictionary CrestInfos { get; } = new Dictionary();