diff --git a/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll b/UnityEditorPackage/Runtime/UnityExplorer.STANDALONE.Mono.dll index a1fcbc1..26a653f 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 14f2d14..73bdd8e 100644 --- a/UnityEditorPackage/package.json +++ b/UnityEditorPackage/package.json @@ -1,6 +1,6 @@ { "name": "com.sinai-dev.unityexplorer", - "version": "4.7.8", + "version": "4.7.9", "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 a741903..ecc1365 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.8"; + public const string VERSION = "4.7.9"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.unityexplorer";