chore: update version

This commit is contained in:
Azgaar 2023-07-23 05:28:08 +04:00
parent 8c654b9d30
commit c82e7123a8
3 changed files with 3 additions and 3 deletions

View file

@ -1176,7 +1176,7 @@ function refreshAllEditors() {
// dynamically loaded editors
async function editStates() {
if (customization) return;
const Editor = await import("../dynamic/editors/states-editor.js?v=1.89.05");
const Editor = await import("../dynamic/editors/states-editor.js?v=1.89.35");
Editor.open();
}