From e75213e8556e6382301eb73ce8890bfca0d7b73a Mon Sep 17 00:00:00 2001 From: Azgaar Date: Wed, 27 Nov 2024 17:59:33 +0100 Subject: [PATCH] chore: update version --- index.html | 26 +++++++++++++------------- versioning.js | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 77fa6b10..7be18323 100644 --- a/index.html +++ b/index.html @@ -8050,11 +8050,11 @@ - + - + @@ -8066,14 +8066,14 @@ - - - + + + - + - + @@ -8086,7 +8086,7 @@ - + @@ -8103,9 +8103,9 @@ - + - + @@ -8134,10 +8134,10 @@ - + - + @@ -8145,7 +8145,7 @@ - + diff --git a/versioning.js b/versioning.js index afd2433e..4362aae1 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.106.00"; +const VERSION = "1.106.0"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); {