Bump to 1.85.0

This commit is contained in:
kwaroran
2024-03-18 00:28:13 +09:00
parent 2fee3aa70f
commit b45e075b0f
4 changed files with 10 additions and 21 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.84.0"
export let appVer = "1.85.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){