From 19de7b7ac0d425f5d0ddbb24ef3619ec895601a5 Mon Sep 17 00:00:00 2001 From: yukieiji Date: Tue, 5 Mar 2024 12:50:18 +0900 Subject: [PATCH] update:version --- src/ExplorerCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs index b331ee9d..ec555dd1 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.11.1"; + public const string VERSION = "4.11.2"; public const string AUTHOR = "Sinai, yukieiji"; public const string GUID = "com.sinai.unityexplorer";