Update version to 136.0.2

This commit is contained in:
kwaroran
2024-10-22 19:25:34 +09:00
parent 51da8d6038
commit 1109bb15e4
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 = "136.0.1"
export let appVer = "136.0.2"
export let webAppSubVer = ''
import { get, writable } from 'svelte/store';