diff --git a/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll b/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll index 5898ebd..6e74124 100644 Binary files a/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll and b/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll differ diff --git a/UnityEditorPackage/package.json b/UnityEditorPackage/package.json index 9204be2..14f2d14 100644 --- a/UnityEditorPackage/package.json +++ b/UnityEditorPackage/package.json @@ -1,6 +1,6 @@ { "name": "com.sinai-dev.unityexplorer", - "version": "4.7.7", + "version": "4.7.8", "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 3a23cbf..a741903 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.7"; + public const string VERSION = "4.7.8"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.unityexplorer";