From b2b173574558313e7d03beeb2dbd142715a48eaa Mon Sep 17 00:00:00 2001 From: Azgaar Date: Thu, 8 Jan 2026 16:17:28 +0100 Subject: [PATCH] fix: update support link --- index.html | 11 ++--------- versioning.js | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 1db3390a..c9da1c3d 100644 --- a/index.html +++ b/index.html @@ -2399,19 +2399,12 @@

- + Support Ukraine - - war.ukraine.ua/support-ukraine - + u24.gov.ua
diff --git a/versioning.js b/versioning.js index 152199f6..c3a6da86 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.109.0"; +const VERSION = "1.109.1"; if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function"); {