From 862523399aefd6b5b2c2444c252023975b1f51b4 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Thu, 10 Mar 2022 04:35:11 +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 6ac5b9b..c70f00c 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.9"; + public const string VERSION = "4.5.10"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.unityexplorer";