From 4e8b84b67ede0a95932c78d1a0f82feee570333e Mon Sep 17 00:00:00 2001 From: sinaioutlander <49360850+sinaioutlander@users.noreply.github.com> Date: Mon, 7 Sep 2020 03:26:10 +1000 Subject: [PATCH] Update CppExplorer.cs --- src/CppExplorer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CppExplorer.cs b/src/CppExplorer.cs index 90b0a4f..a965731 100644 --- a/src/CppExplorer.cs +++ b/src/CppExplorer.cs @@ -13,7 +13,7 @@ namespace Explorer public class CppExplorer : MelonMod { public const string GUID = "com.sinai.cppexplorer"; - public const string VERSION = "1.5.9"; + public const string VERSION = "1.6.0"; public const string AUTHOR = "Sinai"; public const string NAME = "CppExplorer"