From 032fc10c94c464cc3b2b17d119aa996994fac8a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Montero=20Lamas?= Date: Tue, 26 Mar 2024 19:18:52 +0100 Subject: [PATCH] fix in versioning and index.html --- index.html | 2 +- versioning.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index d3654ee6..38e0c9cb 100644 --- a/index.html +++ b/index.html @@ -8059,7 +8059,7 @@ - + diff --git a/versioning.js b/versioning.js index 1639a60b..5fa763d4 100644 --- a/versioning.js +++ b/versioning.js @@ -1,7 +1,7 @@ "use strict"; // version and caching control -const version = "1.97.03"; // generator version, update each time +const version = "1.98.00"; // generator version, update each time { document.title += " v" + version;