diff --git a/index.html b/index.html
index 752da95b..19dc0d0a 100644
--- a/index.html
+++ b/index.html
@@ -7964,15 +7964,15 @@
-
+
-
-
+
+
-
-
+
+
@@ -7981,7 +7981,7 @@
-
+
@@ -8000,14 +8000,14 @@
-
+
-
+
diff --git a/modules/io/load.js b/modules/io/load.js
index ff4792ad..7b39fd4e 100644
--- a/modules/io/load.js
+++ b/modules/io/load.js
@@ -435,7 +435,7 @@ async function parseLoadedData(data) {
{
// dynamically import and run auto-udpdate script
const versionNumber = parseFloat(params[0]);
- const {resolveVersionConflicts} = await import("../dynamic/auto-update.js?v=1.91.00");
+ const {resolveVersionConflicts} = await import("../dynamic/auto-update.js?v=1.92.00");
resolveVersionConflicts(versionNumber);
}
diff --git a/modules/ui/editors.js b/modules/ui/editors.js
index ab1bcc66..d28abe30 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.35");
+ const Editor = await import("../dynamic/editors/states-editor.js?v=1.92.00");
Editor.open();
}