From f6d0acab7be5505fd10651eb2e4f955376bb7b3e Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Mon, 7 Feb 2022 00:45:19 +1100 Subject: [PATCH] Bump version --- src/ExplorerCore.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs index eb0f4c0..f45774d 100644 --- a/src/ExplorerCore.cs +++ b/src/ExplorerCore.cs @@ -11,13 +11,14 @@ using UnityExplorer.UI.Panels; using UnityExplorer.Runtime; 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.5"; + public const string VERSION = "4.5.6"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.unityexplorer";