From 5e326916a2f17bb9b7c72e49dfdd635e60c3c6cb Mon Sep 17 00:00:00 2001 From: Sinai Date: Tue, 23 Mar 2021 16:16:09 +1100 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 2509b3a..5b52fb5 100644 --- a/src/ExplorerCore.cs +++ b/src/ExplorerCore.cs @@ -17,7 +17,7 @@ namespace UnityExplorer public class ExplorerCore { public const string NAME = "UnityExplorer"; - public const string VERSION = "3.2.6"; + public const string VERSION = "3.2.7"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.unityexplorer";