From 79dbb5cfcd542aa1f726899edbec37b6bb884690 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 12 Jul 2024 00:37:40 +0200 Subject: [PATCH] chore: update version --- index.html | 14 +++++++------- versioning.js | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index da5c75ea..9f87ebaf 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,7 @@ } - + @@ -8109,15 +8109,15 @@ - + - + - + @@ -8152,10 +8152,10 @@ - - + + - + diff --git a/versioning.js b/versioning.js index 5fa763d4..76a2bdb8 100644 --- a/versioning.js +++ b/versioning.js @@ -1,7 +1,7 @@ "use strict"; // version and caching control -const version = "1.98.00"; // generator version, update each time +const version = "1.98.01"; // generator version, update each time { document.title += " v" + version;