Update version numbers to 1.96.0

This commit is contained in:
kwaroran
2024-04-19 13:39:51 +09:00
parent f1c75498ec
commit 8ea0154b0c
4 changed files with 10 additions and 17 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.95.7"
export let appVer = "1.96.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){