chore: Bump version to 122.1.2

This commit is contained in:
kwaroran
2024-07-15 22:57:12 +09:00
parent 166d34d98b
commit ba19470a76
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 = "122.1.1"
export let appVer = "122.1.2"
export let webAppSubVer = ''
import { get, writable } from 'svelte/store';