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.3.
Browse files Browse the repository at this point in the history
Why in the world is Git complaining my line endings are Windows line endings instead of their favorite which are Unix line endings.
  • Loading branch information
forkiesassds committed Aug 17, 2021
1 parent 40d528e commit f1a8dde
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changelog.txt
@@ -1,3 +1,5 @@
v 1.0.3 -
Fixes ClassiCube players losing ranks after reconnecting.
v 1.0.2 -
Update to upstream 1.9.3.4.
Now it knows who is a ClassiCube player and who is a BetaCraft player.
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.2"
public const string InternalVersion = "1.0.3"
#if DEBUG
+ "-dev";
#elif PRERELEASE
Expand Down
Binary file modified Uploads/Supernova.exe
Binary file not shown.
Binary file modified Uploads/SupernovaCLI.exe
Binary file not shown.
Binary file modified Uploads/Supernova_.dll
Binary file not shown.
Binary file modified Uploads/Supernova_infid.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Uploads/current_version.txt
@@ -1 +1 @@
1.0.2
1.0.3

0 comments on commit f1a8dde

Please sign in to comment.