From e814e9ddf94ef5400fab775da96a461923e2ece5 Mon Sep 17 00:00:00 2001 From: ManlyMarco Date: Fri, 29 Mar 2019 13:52:45 +0100 Subject: [PATCH] Version up to 2.3 --- KKCheatTools/CheatTools.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KKCheatTools/CheatTools.cs b/KKCheatTools/CheatTools.cs index a2ef29e..f8cf5ef 100644 --- a/KKCheatTools/CheatTools.cs +++ b/KKCheatTools/CheatTools.cs @@ -7,7 +7,7 @@ namespace CheatTools [BepInDependency(RuntimeUnityEditor.RuntimeUnityEditor.GUID)] public class CheatTools : BaseUnityPlugin { - public const string Version = "2.2"; + public const string Version = "2.3"; private CheatWindow _cheatWindow;