Update version to 133.0.0

This commit is contained in:
kwaroran
2024-09-22 00:59:21 +09:00
parent bff47f3f79
commit 3d2ad3736f
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 = "132.0.0"
export let appVer = "133.0.0"
export let webAppSubVer = ''
import { get, writable } from 'svelte/store';