Update version to 136.0.0 in tauri.conf.json, database.ts, and version.json

This commit is contained in:
kwaroran
2024-10-09 23:01:33 +09:00
parent a66f1664ef
commit 017bfe43c2
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 = "135.0.0"
export let appVer = "136.0.0"
export let webAppSubVer = ''
import { get, writable } from 'svelte/store';