From f3558fbb96f53d3fe8489433250984a6ca111873 Mon Sep 17 00:00:00 2001 From: Federico Busetti <729029+febus982@users.noreply.github.com> Date: Thu, 27 Nov 2025 23:55:31 +0000 Subject: [PATCH] Versioning update --- index.html | 2 +- versioning.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0c8a1e58..5a18e579 100644 --- a/index.html +++ b/index.html @@ -8166,7 +8166,7 @@ - + diff --git a/versioning.js b/versioning.js index 1094599c..89c2124b 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.108.13"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); {