Update version to 129.0.0

This commit is contained in:
kwaroran
2024-09-09 21:26:54 +09:00
parent 7f4d6b1597
commit 5c3541737e
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 = "128.0.1"
export let appVer = "129.0.0"
export let webAppSubVer = ''
import { get, writable } from 'svelte/store';