From c228d297073dee2dc664e4a7e8f20d598578f50a Mon Sep 17 00:00:00 2001 From: sinaioutlander <49360850+sinaioutlander@users.noreply.github.com> Date: Mon, 7 Sep 2020 20:28:43 +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 be69ac9..4b6adec 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.6.1"; + public const string VERSION = "1.6.2"; public const string AUTHOR = "Sinai"; public const string NAME = "CppExplorer"