chore: update version

This commit is contained in:
Azgaar 2024-08-30 13:43:50 +02:00
parent 2ce8715960
commit 1fe6156ea2
7 changed files with 31 additions and 26 deletions

View file

@ -782,7 +782,7 @@ function showExportPane() {
}
async function exportToJson(type) {
const {exportToJson} = await import("../dynamic/export-json.js?v=1.97.08");
const {exportToJson} = await import("../dynamic/export-json.js?v=1.100.00");
exportToJson(type);
}