mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
feat(charts): pump version to 1.87.00
This commit is contained in:
parent
eaa0a41f36
commit
03b556ae86
6 changed files with 51 additions and 58 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue