Update version to 1.88.0

This commit is contained in:
kwaroran
2024-03-25 21:03:26 +09:00
parent e4ecb46959
commit dc6d39b754
4 changed files with 12 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ import type { OobaChatCompletionRequestParams } from '../model/ooba';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = "1.87.2"
export let appVer = "1.88.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){