Skip to content

Commit

Permalink
Release 1.9.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed May 25, 2021
1 parent 7a3c955 commit c22cd55
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changelog.txt
@@ -1,3 +1,9 @@
v 1.9.3.2
Fixed: Discord bot not reconnecting after 3 websocket dropouts
Fixed: Discord bot not sending messages to Discord during websocket reconnect
Improved: Discord bot now tries to periodically reconnect during internet dropout
Improved: IRC bot now tries to periodically reconnect during internet dropout

v 1.9.3.1
Added: Discord relay bot
Added: Preliminary support for .NET core
Expand Down
2 changes: 1 addition & 1 deletion MCGalaxy/Server/Server.Fields.cs
Expand Up @@ -38,7 +38,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.9.3.1";
public const string InternalVersion = "1.9.3.2";
public static string Version { get { return InternalVersion; } }

public static string SoftwareName = "MCGalaxy";
Expand Down
Binary file modified Uploads/MCGalaxy.exe
Binary file not shown.
Binary file modified Uploads/MCGalaxyCLI.exe
Binary file not shown.
Binary file modified Uploads/MCGalaxy_.dll
Binary file not shown.
Binary file modified Uploads/MCGalaxy_infid.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Uploads/current_version.txt
@@ -1 +1 @@
1.9.3.1
1.9.3.2

0 comments on commit c22cd55

Please sign in to comment.