From a7099f3b3dbd367cdeada3605ddd2d0fa6edc168 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 11 Aug 2023 18:48:52 +0400 Subject: [PATCH] chore: update version hash --- index.html | 16 ++++++++-------- modules/io/load.js | 2 +- modules/ui/editors.js | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 752da95b..19dc0d0a 100644 --- a/index.html +++ b/index.html @@ -7964,15 +7964,15 @@ - + - - + + - - + + @@ -7981,7 +7981,7 @@ - + @@ -8000,14 +8000,14 @@ - + - + diff --git a/modules/io/load.js b/modules/io/load.js index ff4792ad..7b39fd4e 100644 --- a/modules/io/load.js +++ b/modules/io/load.js @@ -435,7 +435,7 @@ async function parseLoadedData(data) { { // dynamically import and run auto-udpdate script const versionNumber = parseFloat(params[0]); - const {resolveVersionConflicts} = await import("../dynamic/auto-update.js?v=1.91.00"); + const {resolveVersionConflicts} = await import("../dynamic/auto-update.js?v=1.92.00"); resolveVersionConflicts(versionNumber); } diff --git a/modules/ui/editors.js b/modules/ui/editors.js index ab1bcc66..d28abe30 100644 --- a/modules/ui/editors.js +++ b/modules/ui/editors.js @@ -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.35"); + const Editor = await import("../dynamic/editors/states-editor.js?v=1.92.00"); Editor.open(); }