From c2ac09bd9cf6410f018001df4bf8be306b4d39f6 Mon Sep 17 00:00:00 2001 From: yukieiji Date: Mon, 25 Dec 2023 12:52:55 +0900 Subject: [PATCH] change:version --- src/ExplorerCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs index 78e8dfe9..8db898e0 100644 --- a/src/ExplorerCore.cs +++ b/src/ExplorerCore.cs @@ -19,7 +19,7 @@ namespace UnityExplorer public static class ExplorerCore { public const string NAME = "UnityExplorer"; - public const string VERSION = "4.10.0"; + public const string VERSION = "4.11.0"; public const string AUTHOR = "Sinai, yukieiji"; public const string GUID = "com.sinai.unityexplorer";