chore: Update version to 124.1.0

This commit is contained in:
kwaroran
2024-08-14 22:13:54 +09:00
parent e8d3ab1619
commit 5d66e35a61
7 changed files with 448 additions and 442 deletions

View File

@@ -1,6 +1,6 @@
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = "124.0.0"
export let appVer = "124.1.0"
export let webAppSubVer = ''
import { get, writable } from 'svelte/store';