diff --git a/index.html b/index.html
index 82c810c6..dc1465c3 100644
--- a/index.html
+++ b/index.html
@@ -138,7 +138,7 @@
}
-
+
@@ -8019,14 +8019,14 @@
-
+
-
+
@@ -8037,11 +8037,11 @@
-
+
-
+
@@ -8050,17 +8050,17 @@
-
+
-
+
-
+
-
-
-
-
+
+
+
+
@@ -8076,7 +8076,7 @@
-
+
@@ -8085,7 +8085,7 @@
-
+
@@ -8093,12 +8093,12 @@
-
+
-
+
diff --git a/modules/io/load.js b/modules/io/load.js
index 23ba666c..f3af4d09 100644
--- a/modules/io/load.js
+++ b/modules/io/load.js
@@ -462,7 +462,7 @@ async function parseLoadedData(data, mapVersion) {
{
// dynamically import and run auto-update script
- const {resolveVersionConflicts} = await import("../dynamic/auto-update.js?v=1.100.00");
+ const {resolveVersionConflicts} = await import("../dynamic/auto-update.js?v=1.104.00");
resolveVersionConflicts(mapVersion);
}
diff --git a/modules/ui/editors.js b/modules/ui/editors.js
index 2b9ce44e..4cf712c0 100644
--- a/modules/ui/editors.js
+++ b/modules/ui/editors.js
@@ -1252,18 +1252,18 @@ function refreshAllEditors() {
// dynamically loaded editors
async function editStates() {
if (customization) return;
- const Editor = await import("../dynamic/editors/states-editor.js?v=1.99.05");
+ const Editor = await import("../dynamic/editors/states-editor.js?v=1.104.00");
Editor.open();
}
async function editCultures() {
if (customization) return;
- const Editor = await import("../dynamic/editors/cultures-editor.js?v=1.99.05");
+ const Editor = await import("../dynamic/editors/cultures-editor.js?v=1.104.00");
Editor.open();
}
async function editReligions() {
if (customization) return;
- const Editor = await import("../dynamic/editors/religions-editor.js?v=1.99.05");
+ const Editor = await import("../dynamic/editors/religions-editor.js?v=1.104.00");
Editor.open();
}