Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 13c2d6b

Browse files
committed
1.3.0
- various performance improvements - by default, lists and arrays are now collapsed, use the "v" button to expand them. - added error handling for a TypeLoadException which can happen with some generic types.
1 parent 2f3bb80 commit 13c2d6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CppExplorer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class CppExplorer : MelonMod
1616

1717
public const string ID = "com.sinai.cppexplorer";
1818
public const string NAME = "IL2CPP Runtime Explorer";
19-
public const string VERSION = "1.3.1";
19+
public const string VERSION = "1.3.0";
2020
public const string AUTHOR = "Sinai";
2121

2222
// fields

src_2018/CppExplorer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class CppExplorer : MelonMod
1616

1717
public const string ID = "com.sinai.cppexplorer";
1818
public const string NAME = "IL2CPP Runtime Explorer";
19-
public const string VERSION = "1.3.1";
19+
public const string VERSION = "1.3.0";
2020
public const string AUTHOR = "Sinai";
2121

2222
// fields

0 commit comments

Comments
 (0)