From 7426bd1dd6576b6a8b6713dc972c5b2b4c12880b Mon Sep 17 00:00:00 2001 From: Sinai Date: Sat, 10 Apr 2021 17:44:15 +1000 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 77affc0..a96a6bc 100644 --- a/src/ExplorerCore.cs +++ b/src/ExplorerCore.cs @@ -13,7 +13,7 @@ namespace UnityExplorer public class ExplorerCore { public const string NAME = "UnityExplorer"; - public const string VERSION = "3.3.10"; + public const string VERSION = "3.3.11"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.unityexplorer";