diff --git a/index.html b/index.html
index 138148d5..4da56d9c 100644
--- a/index.html
+++ b/index.html
@@ -7914,14 +7914,14 @@
-
+
-
-
-
-
-
+
+
+
+
+
diff --git a/modules/ui/editors.js b/modules/ui/editors.js
index 88af3f20..8b026e8c 100644
--- a/modules/ui/editors.js
+++ b/modules/ui/editors.js
@@ -1200,6 +1200,6 @@ async function editStates() {
async function editCultures() {
if (customization) return;
- const CulturesEditor = await import("../dynamic/editors/cultures-editor.js");
+ const CulturesEditor = await import("../dynamic/editors/cultures-editor.js?v=29052022");
CulturesEditor.open();
}
diff --git a/versioning.js b/versioning.js
index 8e3104d5..ea45eff7 100644
--- a/versioning.js
+++ b/versioning.js
@@ -1,11 +1,7 @@
"use strict";
-<<<<<<< HEAD
// version and caching control
const version = "1.87.15"; // generator version, update each time
-=======
-const version = "1.83.0"; // generator version, update each time
->>>>>>> 1d405891 (pump version to 1.83.0)
{
document.title += " v" + version;