From 98f1aa43858238a7d2f3af220cab2c8eab529594 Mon Sep 17 00:00:00 2001 From: Canis Artorus Date: Tue, 7 Feb 2023 23:47:43 -0700 Subject: [PATCH] PR Versioning --- index.html | 4 ++-- modules/ui/editors.js | 2 +- versioning.js | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 1fb860ab..3d7f4b33 100644 --- a/index.html +++ b/index.html @@ -7848,7 +7848,7 @@ - + @@ -7867,7 +7867,7 @@ - + diff --git a/modules/ui/editors.js b/modules/ui/editors.js index 2d40c916..2fb4db07 100644 --- a/modules/ui/editors.js +++ b/modules/ui/editors.js @@ -1188,6 +1188,6 @@ async function editCultures() { async function editReligions() { if (customization) return; - const Editor = await import("../dynamic/editors/religions-editor.js?v=1.88.06"); + const Editor = await import("../dynamic/editors/religions-editor.js?v=1.90.00"); Editor.open(); } diff --git a/versioning.js b/versioning.js index 734e3886..5906ebc9 100644 --- a/versioning.js +++ b/versioning.js @@ -1,7 +1,7 @@ "use strict"; // version and caching control -const version = "1.89.04"; // generator version, update each time +const version = "1.90.00"; // generator version, update each time { document.title += " v" + version; @@ -28,6 +28,7 @@ const version = "1.89.04"; // generator version, update each time