Update version numbers to 1.97.0

This commit is contained in:
kwaroran
2024-04-20 19:42:17 +09:00
parent c9011da053
commit b16359ecfa
4 changed files with 12 additions and 10 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.96.0"
export let appVer = "1.97.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){