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;