From 03b556ae86934ac6e3750805445ac665132dc6b2 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Thu, 23 Jun 2022 23:11:57 +0300 Subject: [PATCH] feat(charts): pump version to 1.87.00 --- index.html | 95 ++++++++++----------- modules/dynamic/editors/cultures-editor.js | 2 +- modules/dynamic/editors/religions-editor.js | 2 +- modules/ui/editors.js | 4 +- modules/ui/options.js | 2 +- versioning.js | 4 +- 6 files changed, 51 insertions(+), 58 deletions(-) diff --git a/index.html b/index.html index 82c0b8db..1ff05540 100644 --- a/index.html +++ b/index.html @@ -108,14 +108,9 @@ } - - - + + + - + - + - - + + - + - - + + - - + + - + - + - - - + + + - - - + + + - - - - - - + + + + + + - + - - - + + + - - - - - - - - - + + + + + + + + + - - + + - - - - + + + + diff --git a/modules/dynamic/editors/cultures-editor.js b/modules/dynamic/editors/cultures-editor.js index 07b58cae..4b5bc788 100644 --- a/modules/dynamic/editors/cultures-editor.js +++ b/modules/dynamic/editors/cultures-editor.js @@ -630,7 +630,7 @@ function togglePercentageMode() { async function showHierarchy() { if (customization) return; - const HeirarchyTree = await import("../hierarchy-tree.js"); + const HeirarchyTree = await import("../hierarchy-tree.js?v=1.87.00"); const getDescription = culture => { const {name, type, rural, urban} = culture; diff --git a/modules/dynamic/editors/religions-editor.js b/modules/dynamic/editors/religions-editor.js index 381212d6..ebd75e18 100644 --- a/modules/dynamic/editors/religions-editor.js +++ b/modules/dynamic/editors/religions-editor.js @@ -533,7 +533,7 @@ function togglePercentageMode() { async function showHierarchy() { if (customization) return; - const HeirarchyTree = await import("../hierarchy-tree.js"); + const HeirarchyTree = await import("../hierarchy-tree.js?v=1.87.00"); const getDescription = religion => { const {name, type, form, rural, urban} = religion; diff --git a/modules/ui/editors.js b/modules/ui/editors.js index 3cf31e5c..403a77a2 100644 --- a/modules/ui/editors.js +++ b/modules/ui/editors.js @@ -1180,12 +1180,12 @@ async function editStates() { async function editCultures() { if (customization) return; - const Editor = await import("../dynamic/editors/cultures-editor.js?v=12062022"); + const Editor = await import("../dynamic/editors/cultures-editor.js?v=1.87.00"); Editor.open(); } async function editReligions() { if (customization) return; - const Editor = await import("../dynamic/editors/religions-editor.js?v=12062022"); + const Editor = await import("../dynamic/editors/religions-editor.js?v=1.87.00"); Editor.open(); } diff --git a/modules/ui/options.js b/modules/ui/options.js index 28b6aafc..ddbc7a5f 100644 --- a/modules/ui/options.js +++ b/modules/ui/options.js @@ -635,7 +635,7 @@ function changeEra() { } async function openTemplateSelectionDialog() { - const HeightmapSelectionDialog = await import("../dynamic/heightmap-selection.js?v=290520222"); + const HeightmapSelectionDialog = await import("../dynamic/heightmap-selection.js?v=1.87.00"); HeightmapSelectionDialog.open(); } diff --git a/versioning.js b/versioning.js index c5e0dd86..f725265a 100644 --- a/versioning.js +++ b/versioning.js @@ -28,6 +28,7 @@ const version = "1.87.00"; // generator version, update each time

Join our Discord server and Reddit community to ask questions, share maps, discuss the Generator and Worlbuilding, report bugs and propose new features.