Update version to 1.76.0

This commit is contained in:
kwaroran
2024-01-17 08:02:42 +09:00
parent 4d27bc49c0
commit a5492b317f
4 changed files with 19 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.75.3"
export let appVer = "1.76.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){