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
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();
}

View file

@ -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;