version info and hash update

This commit is contained in:
Azgaar 2022-05-30 00:37:03 +03:00
parent a392223ef6
commit d5f202ba47
6 changed files with 40 additions and 37 deletions

View file

@ -623,7 +623,7 @@ function changeEra() {
}
async function openTemplateSelectionDialog() {
const HeightmapSelectionDialog = await import("../dynamic/heightmap-selection.js");
const HeightmapSelectionDialog = await import("../dynamic/heightmap-selection.js?v=290520222");
HeightmapSelectionDialog.open();
}