chore: update hash for cahnged files

This commit is contained in:
Azgaar 2022-06-06 22:47:01 +03:00 committed by Peter
parent 7d08aa132f
commit 3d26c12740

View file

@ -1206,6 +1206,6 @@ async function editCultures() {
async function editReligions() {
if (customization) return;
const Editor = await import("../dynamic/editors/religions-editor.js?v=05062022");
const Editor = await import("../dynamic/editors/religions-editor.js?v=06062022");
Editor.open();
}