* Fix a bug with the Scene Explorer Search feature (not Object search)
* Simplified parsing of primitive values to a better method
This commit is contained in:
sinaioutlander
2020-08-31 16:27:14 +10:00
parent 0fd382c1f6
commit 30b48b1f1f
4 changed files with 18 additions and 19 deletions

View File

@ -12,7 +12,7 @@ namespace Explorer
public class CppExplorer : MelonMod
{
public const string GUID = "com.sinai.cppexplorer";
public const string VERSION = "1.4.5";
public const string VERSION = "1.4.6";
public const string AUTHOR = "Sinai";
public const string NAME = "CppExplorer"