Update version to 1.91.0

This commit is contained in:
kwaroran
2024-04-03 20:08:51 +09:00
parent 5a4a1d7071
commit f35e3e6fd3
4 changed files with 20 additions and 8 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.90.1"
export let appVer = "1.91.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){