From 49e0771ac8af206cd7d0955d1c4800527f07d0c5 Mon Sep 17 00:00:00 2001 From: yukieiji Date: Wed, 31 Jan 2024 22:25:03 +0900 Subject: [PATCH] bump up:versions --- src/ExplorerCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs index 8db898e0..b331ee9d 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.0"; + public const string VERSION = "4.11.1"; public const string AUTHOR = "Sinai, yukieiji"; public const string GUID = "com.sinai.unityexplorer";