Update CppExplorer.cs

This commit is contained in:
sinaioutlander
2020-09-07 20:28:43 +10:00
parent 56d1507aff
commit c228d29707

View File

@ -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"