Update version to 1.90.0

This commit is contained in:
kwaroran
2024-03-29 20:40:59 +09:00
parent aee17205ed
commit 2cfa373a48
4 changed files with 7 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.89.0"
export let appVer = "1.90.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){