Update version to 1.89.0

This commit is contained in:
kwaroran
2024-03-28 18:42:56 +09:00
parent 00e86527ce
commit 86400dffe3
4 changed files with 13 additions and 12 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.88.3"
export let appVer = "1.89.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){