PR Versioning

This commit is contained in:
Canis Artorus 2023-02-07 23:47:43 -07:00
parent 53cb2ed342
commit 98f1aa4385
3 changed files with 5 additions and 4 deletions

View file

@ -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();
}