From dd6cce1df11240330f98739439c90c856a871cda Mon Sep 17 00:00:00 2001 From: sinaioutlander <49360850+sinaioutlander@users.noreply.github.com> Date: Sat, 10 Oct 2020 20:20:10 +1100 Subject: [PATCH] 2.0.2 --- src/ExplorerCore.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExplorerCore.cs b/src/ExplorerCore.cs index d6605dc..abc9ddb 100644 --- a/src/ExplorerCore.cs +++ b/src/ExplorerCore.cs @@ -10,7 +10,7 @@ namespace Explorer public class ExplorerCore { public const string NAME = "Explorer " + VERSION + " (" + PLATFORM + ", " + MODLOADER + ")"; - public const string VERSION = "2.0.1"; + public const string VERSION = "2.0.2"; public const string AUTHOR = "Sinai"; public const string GUID = "com.sinai.explorer";