From 040fb1f11a8f9daf4302963360115a58083c0ca1 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Mon, 14 Mar 2022 05:22:44 +1100 Subject: [PATCH] Bump version --- src/ExplorerCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs index c70f00c..f80bf92 100644 --- a/src/ExplorerCore.cs +++ b/src/ExplorerCore.cs @@ -18,7 +18,7 @@ namespace UnityExplorer public static class ExplorerCore { public const string NAME = "UnityExplorer"; - public const string VERSION = "4.5.10"; + public const string VERSION = "4.5.11"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.unityexplorer";