From e7208d0c9d7461b47aab55c7ddacdc8b24cebd59 Mon Sep 17 00:00:00 2001 From: sinaioutlander <49360850+sinaioutlander@users.noreply.github.com> Date: Tue, 1 Sep 2020 18:04:38 +1000 Subject: [PATCH] 1.5.1 --- src/CppExplorer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CppExplorer.cs b/src/CppExplorer.cs index 0ca6742..c630e27 100644 --- a/src/CppExplorer.cs +++ b/src/CppExplorer.cs @@ -12,7 +12,7 @@ namespace Explorer public class CppExplorer : MelonMod { public const string GUID = "com.sinai.cppexplorer"; - public const string VERSION = "1.5.0"; + public const string VERSION = "1.5.1"; public const string AUTHOR = "Sinai"; public const string NAME = "CppExplorer"