Update version to 1.92.0

This commit is contained in:
kwaroran
2024-04-04 06:56:41 +09:00
parent 9d55f61230
commit 74c5b5a8d6
4 changed files with 14 additions and 20 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.91.0"
export let appVer = "1.92.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){