From 0eac47632274527dc84cf6b89f6049d96e7fe363 Mon Sep 17 00:00:00 2001 From: yukieiji Date: Sun, 24 Mar 2024 03:12:50 +0900 Subject: [PATCH] change:versions --- src/ExplorerCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs index ec555dd1..692a4d98 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.2"; + public const string VERSION = "4.12.0"; public const string AUTHOR = "Sinai, yukieiji"; public const string GUID = "com.sinai.unityexplorer";