Update version to 1.71.0

This commit is contained in:
kwaroran
2024-01-06 19:13:57 +09:00
parent 70f25968b5
commit 8ba0d10d56
4 changed files with 8 additions and 14 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.70.3"
export let appVer = "1.71.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){