Skip to content

Commit

Permalink
bump version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixrec committed Aug 12, 2024
1 parent ed9ab52 commit 4f34a18
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 @@ -213,7 +213,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.2.5";
var mod_version = "0.2.6";
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.5",
"version": "0.2.6",
"owmlVersion": "2.9.8",
"dependencies": [
"xen.EnableMeditation",
Expand Down

0 comments on commit 4f34a18

Please sign in to comment.