Skip to content

Commit

Permalink
bump to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixrec committed Nov 10, 2024
1 parent 96f400c commit cfc75e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod/APRandomizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ private static void FinishConnectingToAPServer(LoginResult result, bool saveData
{
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.3.6";
var mod_version = "0.3.7";
if (apworld_version != mod_version)
ArchConsoleManager.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.3.6.1",
"version": "0.3.7",
"owmlVersion": "2.9.8",
"dependencies": [
"xen.EnableMeditation",
Expand Down

0 comments on commit cfc75e9

Please sign in to comment.