From c9b1a141f13196fc947e6f175996ae19a172f398 Mon Sep 17 00:00:00 2001 From: barrulus Date: Fri, 5 Sep 2025 17:38:44 +0100 Subject: [PATCH] Versioning information added --- index.html | 14 ++++++++------ versioning.js | 20 +++++++------------- 2 files changed, 15 insertions(+), 19 deletions(-) diff --git a/index.html b/index.html index 3fbe229b..64023f4f 100644 --- a/index.html +++ b/index.html @@ -8165,17 +8165,19 @@ - + - + - + + + @@ -8190,13 +8192,13 @@ - + - + @@ -8228,7 +8230,7 @@ - + diff --git a/versioning.js b/versioning.js index 1094599c..05152dd6 100644 --- a/versioning.js +++ b/versioning.js @@ -13,7 +13,7 @@ * Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2 */ -const VERSION = "1.108.12"; +const VERSION = "1.109.0"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); { @@ -37,18 +37,12 @@ if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format o

Join our Discord server and Reddit community to ask questions, share maps, discuss the Generator and Worlbuilding, report bugs and propose new features.