* Merging `mcs.dll` into the main `Explorer.dll` file, no longer needs to be in the Mods / Plugins folder.
This commit is contained in:
sinaioutlander
2020-10-04 19:01:39 +11:00
parent bf6d526284
commit e7aa01ebc8
3 changed files with 3 additions and 18 deletions

View File

@ -5,7 +5,7 @@ namespace Explorer
public class ExplorerCore
{
public const string NAME = "Explorer (" + PLATFORM + ", " + MODLOADER + ")";
public const string VERSION = "1.8.23";
public const string VERSION = "1.8.3";
public const string AUTHOR = "Sinai";
public const string GUID = "com.sinai.explorer";