From b0ab5d1c73252adf8525bb1f50bb1cc2a6ca39a1 Mon Sep 17 00:00:00 2001 From: Ruichka Date: Sun, 21 Apr 2024 11:53:51 +0300 Subject: [PATCH] Update versioning to 1.97.06 --- modules/ui/editors.js | 2 +- versioning.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ui/editors.js b/modules/ui/editors.js index 58c1c18b..3b9181d1 100644 --- a/modules/ui/editors.js +++ b/modules/ui/editors.js @@ -1224,7 +1224,7 @@ function refreshAllEditors() { // dynamically loaded editors async function editStates() { if (customization) return; - const Editor = await import("../dynamic/editors/states-editor.js?v=1.96.06"); + const Editor = await import("../dynamic/editors/states-editor.js?v=1.97.06"); Editor.open(); } diff --git a/versioning.js b/versioning.js index 5f3d0848..1803ec02 100644 --- a/versioning.js +++ b/versioning.js @@ -1,7 +1,7 @@ "use strict"; // version and caching control -const version = "1.97.05"; // generator version, update each time +const version = "1.97.06"; // generator version, update each time { document.title += " v" + version;