diff --git a/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll b/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll index 2fe032d..ba75f0f 100644 Binary files a/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll and b/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll differ diff --git a/UnityEditorPackage/Runtime/UniverseLib.Mono.dll b/UnityEditorPackage/Runtime/UniverseLib.Mono.dll index 22ed24f..d3f9ac4 100644 Binary files a/UnityEditorPackage/Runtime/UniverseLib.Mono.dll and b/UnityEditorPackage/Runtime/UniverseLib.Mono.dll differ diff --git a/UnityEditorPackage/package.json b/UnityEditorPackage/package.json index 08bd243..e564d75 100644 --- a/UnityEditorPackage/package.json +++ b/UnityEditorPackage/package.json @@ -1,6 +1,6 @@ { "name": "com.sinai-dev.unityexplorer", - "version": "4.7.11", + "version": "4.7.12", "displayName": "UnityExplorer", "description": "An in-game UI for exploring, debugging and modifying Unity games.", "unity": "2017.1", diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs index 07b7576..0e9a0bc 100644 --- a/src/ExplorerCore.cs +++ b/src/ExplorerCore.cs @@ -14,7 +14,7 @@ namespace UnityExplorer public static class ExplorerCore { public const string NAME = "UnityExplorer"; - public const string VERSION = "4.7.11"; + public const string VERSION = "4.7.12"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.unityexplorer";