From a8e0b564f84b69414166a2b6634bf14305085d13 Mon Sep 17 00:00:00 2001 From: Joe McMahon Date: Tue, 10 Feb 2026 20:13:05 -0500 Subject: [PATCH] Updating Versioning --- public/versioning.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/versioning.js b/public/versioning.js index fd2a67a2..82590219 100644 --- a/public/versioning.js +++ b/public/versioning.js @@ -13,7 +13,7 @@ * Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2 */ -const VERSION = "1.112.1"; +const VERSION = "1.112.2"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); { @@ -49,6 +49,7 @@ if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format o
  • New routes generation algorithm
  • Routes overview tool
  • Configurable longitude
  • +
  • Zone export to GeoJSON
  • Join our Discord server and Reddit community to ask questions, share maps, discuss the Generator and Worlbuilding, report bugs and propose new features.