Update version numbers to 1.101.0

This commit is contained in:
kwaroran
2024-05-01 08:15:57 +09:00
parent d3c2e5575e
commit 6650f2a74e
4 changed files with 13 additions and 34 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.100.3"
export let appVer = "1.101.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){