From 45eeeff6a5d5b6e3c0ce6b35cef8f1e90dd6c542 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Thu, 6 Jul 2023 22:41:45 +0400 Subject: [PATCH] chore: update version --- index.html | 2 +- versioning.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 952ab706..f0fd38c1 100644 --- a/index.html +++ b/index.html @@ -7851,7 +7851,7 @@ - + diff --git a/versioning.js b/versioning.js index c053ef4c..f93b9314 100644 --- a/versioning.js +++ b/versioning.js @@ -1,7 +1,7 @@ "use strict"; // version and caching control -const version = "1.89.27"; // generator version, update each time +const version = "1.89.28"; // generator version, update each time { document.title += " v" + version;