From d96e339043b0f8e0479fa250c2cfdd9fe7c47705 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 14 Jun 2025 15:20:41 +0200 Subject: [PATCH] chore: update version to 1.108.8 --- index.html | 2 +- versioning.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9cb1750b..c2afdb33 100644 --- a/index.html +++ b/index.html @@ -8143,7 +8143,7 @@ - + diff --git a/versioning.js b/versioning.js index 6713f019..b5e0f1a1 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.7"; +const VERSION = "1.108.8"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); {