Update version to 130.0.0

This commit is contained in:
kwaroran
2024-09-10 22:10:20 +09:00
parent 3ae2c11ca4
commit 4e36d602fe
3 changed files with 3 additions and 3 deletions

View File

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