From ccfc1f85651d355f93d39ab95288881d7b0bddbb Mon Sep 17 00:00:00 2001 From: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> Date: Mon, 10 Jan 2022 21:52:45 +0100 Subject: [PATCH] Crest version up to 1.3.2 --- src/Core_LewdCrestX/LewdCrestXPlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core_LewdCrestX/LewdCrestXPlugin.cs b/src/Core_LewdCrestX/LewdCrestXPlugin.cs index d5117dc..c5812ec 100644 --- a/src/Core_LewdCrestX/LewdCrestXPlugin.cs +++ b/src/Core_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.3.1"; + public const string Version = "1.3.2"; public static Dictionary CrestInfos { get; } = new Dictionary();