Update version to 1.102.0

This commit is contained in:
kwaroran
2024-05-06 06:43:02 +09:00
parent e904d44eb5
commit 50fd644539
4 changed files with 9 additions and 13 deletions

View File

@@ -14,7 +14,7 @@ import type { OobaChatCompletionRequestParams } from '../model/ooba';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = "1.101.0"
export let appVer = "1.102.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){