Update version numbers to 1.94.0

This commit is contained in:
kwaroran
2024-04-10 11:34:37 +09:00
parent 488a0f2015
commit 0d4b89ff80
4 changed files with 17 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.93.7"
export let appVer = "1.94.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){