chore: Update app version to 120.0.0

This commit is contained in:
kwaroran
2024-07-02 07:31:49 +09:00
parent 0bc2f8ebc3
commit c1c3009c77
5 changed files with 5 additions and 5 deletions

View File

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