From 1c0011bef92b780747d192d7f96f62cfb44374b1 Mon Sep 17 00:00:00 2001 From: Sinai Date: Tue, 16 Mar 2021 18:13:14 +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 ecda7be..c67558a 100644 --- a/src/ExplorerCore.cs +++ b/src/ExplorerCore.cs @@ -16,7 +16,7 @@ namespace UnityExplorer public class ExplorerCore { public const string NAME = "UnityExplorer"; - public const string VERSION = "3.2.2"; + public const string VERSION = "3.2.3"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.unityexplorer";