Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
forkiesassds committed Jul 29, 2021
1 parent 065cc7e commit 358ff2b
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changelog.txt
@@ -1,3 +1,5 @@
v 1.0.1 -
First version to have binary builds.
v 1.0.0 -
Based on upstream commit 1b336e7d023f426ff1ad4c5dcb07f87e6fe33f42
Implement support for older Minecraft Classic protocols.
Expand Down
2 changes: 1 addition & 1 deletion Supernova/Server/Server.Fields.cs
Expand Up @@ -39,7 +39,7 @@ public sealed partial class Server {
public static PlayerMetaList Notes = new PlayerMetaList("text/notes.txt");

/// <summary> *** DO NOT USE THIS! *** Use VersionString, as this field is a constant and is inlined if used. </summary>
public const string InternalVersion = "1.0.0";
public const string InternalVersion = "1.0.1";
public static string Version { get { return InternalVersion; } }

public static string SoftwareName = "Supernova";
Expand Down
Binary file removed Uploads/MCGalaxy.exe
Binary file not shown.
Binary file removed Uploads/MCGalaxyCLI.exe
Binary file not shown.
Binary file removed Uploads/MCGalaxy_.dll
Binary file not shown.
Binary file removed Uploads/MCGalaxy_infid.dll
Binary file not shown.
Binary file added Uploads/Supernova.exe
Binary file not shown.
Binary file added Uploads/SupernovaCLI.exe
Binary file not shown.
Binary file added Uploads/Supernova_.dll
Binary file not shown.
Binary file added Uploads/Supernova_infid.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Uploads/current_version.txt
@@ -1 +1 @@
1.9.3.3
1.0.1

0 comments on commit 358ff2b

Please sign in to comment.