[version] bump to 1.28.1

modified:   version.json
This commit is contained in:
kwaroran
2023-06-26 17:58:06 +09:00
parent 7545715807
commit 4ec4719ba3
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import { alertNormal } from '../alert';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = '1.28.0'
export let appVer = '1.28.1'
export let webAppSubVer = ''
export function setDatabase(data:Database){