From 2d3c83cfa3f079e8d73e9e8b3f6421f149f38a97 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Mon, 21 Mar 2022 01:05:00 +1100 Subject: [PATCH] Bump version --- src/ExplorerCore.cs | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs index 19ae39e..23fc6ee 100644 --- a/src/ExplorerCore.cs +++ b/src/ExplorerCore.cs @@ -1,24 +1,18 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.IO; +using System.IO; using UnityEngine; -using UnityEngine.UI; using UnityExplorer.Config; -using UnityExplorer.UI; using UnityExplorer.ObjectExplorer; -using UnityExplorer.UI.Panels; using UnityExplorer.Runtime; +using UnityExplorer.UI; +using UnityExplorer.UI.Panels; using UniverseLib.Input; -using UniverseLib.UI; -using System.Reflection; namespace UnityExplorer { public static class ExplorerCore { public const string NAME = "UnityExplorer"; - public const string VERSION = "4.5.12"; + public const string VERSION = "4.6.0"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.unityexplorer";