From cfc75e97f27ee3a60ec729bc85ea9627687df425 Mon Sep 17 00:00:00 2001 From: Ixrec Date: Sun, 10 Nov 2024 21:56:35 +0000 Subject: [PATCH] bump to 0.3.7 --- mod/APRandomizer.cs | 2 +- mod/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/APRandomizer.cs b/mod/APRandomizer.cs index 32d60fd..fb9b2c2 100644 --- a/mod/APRandomizer.cs +++ b/mod/APRandomizer.cs @@ -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($"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 7f5b402..76b1561 100644 --- a/mod/manifest.json +++ b/mod/manifest.json @@ -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",