Update version to 1.87.2

This commit is contained in:
kwaroran
2024-03-24 19:40:59 +09:00
parent 7e568cc0b8
commit e78dfe2a21
3 changed files with 3 additions and 3 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.87.1"
export let appVer = "1.87.2"
export let webAppSubVer = ''
export function setDatabase(data:Database){