From c82e7123a895175b6015b8f8acabea43a32d4426 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sun, 23 Jul 2023 05:28:08 +0400 Subject: [PATCH] chore: update version --- index.html | 2 +- modules/ui/editors.js | 2 +- versioning.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index b507f5eb..fd2ba0c4 100644 --- a/index.html +++ b/index.html @@ -7886,7 +7886,7 @@ - + diff --git a/modules/ui/editors.js b/modules/ui/editors.js index 49a525eb..c3e72b35 100644 --- a/modules/ui/editors.js +++ b/modules/ui/editors.js @@ -1176,7 +1176,7 @@ function refreshAllEditors() { // dynamically loaded editors async function editStates() { if (customization) return; - const Editor = await import("../dynamic/editors/states-editor.js?v=1.89.05"); + const Editor = await import("../dynamic/editors/states-editor.js?v=1.89.35"); Editor.open(); } diff --git a/versioning.js b/versioning.js index 44b0de0a..b4c896a2 100644 --- a/versioning.js +++ b/versioning.js @@ -1,7 +1,7 @@ "use strict"; // version and caching control -const version = "1.89.34"; // generator version, update each time +const version = "1.89.35"; // generator version, update each time { document.title += " v" + version;