Skip to content

Commit

Permalink
bump version to 0.2.3 (including submodule update)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixrec committed Jun 11, 2024
1 parent 8d33b1b commit ef8ade1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Archipelago
2 changes: 1 addition & 1 deletion mod/APRandomizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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($"<color=red>Warning</color>: This Archipelago multiworld was generated with .apworld version <color=red>{apworld_version}</color>, " +
$"but you're playing version <color=red>{mod_version}</color> of the mod. This may lead to game-breaking bugs.");
Expand Down
2 changes: 1 addition & 1 deletion mod/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ef8ade1

Please sign in to comment.