Update versioning to 1.97.06

This commit is contained in:
Ruichka 2024-04-21 11:53:51 +03:00
parent bee1c155ec
commit b0ab5d1c73
2 changed files with 2 additions and 2 deletions

View file

@ -1224,7 +1224,7 @@ function refreshAllEditors() {
// dynamically loaded editors // dynamically loaded editors
async function editStates() { async function editStates() {
if (customization) return; 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(); Editor.open();
} }

View file

@ -1,7 +1,7 @@
"use strict"; "use strict";
// version and caching control // 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; document.title += " v" + version;