diff --git a/Archipelago b/Archipelago index 8ab1101..f4f0332 160000 --- a/Archipelago +++ b/Archipelago @@ -1 +1 @@ -Subproject commit 8ab1101f3a553cb99a4ebb5fce35628c6cf82f64 +Subproject commit f4f03322b8bd5445a681e24341855111b3f6510c diff --git a/mod/APRandomizer.cs b/mod/APRandomizer.cs index ca0a66b..6816364 100644 --- a/mod/APRandomizer.cs +++ b/mod/APRandomizer.cs @@ -199,7 +199,7 @@ private static LoginResult ConnectToAPServer(APConnectionData cdata) { var apworld_version = (string)SlotData["apworld_version"]; // We don't take this from manifest.json because here we don't want the "-rc" suffix for Relase Candidate versions. - var mod_version = "0.2.2"; + var mod_version = "0.2.3"; if (apworld_version != mod_version) InGameAPConsole.WakeupConsoleMessages.Add($"Warning: This Archipelago multiworld was generated with .apworld version {apworld_version}, " + $"but you're playing version {mod_version} of the mod. This may lead to game-breaking bugs."); diff --git a/mod/manifest.json b/mod/manifest.json index f0ff5ed..afa554a 100644 --- a/mod/manifest.json +++ b/mod/manifest.json @@ -4,7 +4,7 @@ "author": "Ixrec", "name": "ArchipelagoRandomizer", "uniqueName": "Ixrec.ArchipelagoRandomizer", - "version": "0.2.2", + "version": "0.2.3", "owmlVersion": "2.9.8", "dependencies": [ "xen.EnableMeditation",