[version] bump to 1.27.2

This commit is contained in:
kwaroran
2023-06-23 22:46:07 +09:00
parent 3d7cbe04f1
commit 45094782e5
3 changed files with 4 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ import { defaultAutoSuggestPrompt, defaultJailbreak, defaultMainPrompt } from '.
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = '1.27.1'
export let webAppSubVer = '-web-2'
export let appVer = '1.27.2'
export let webAppSubVer = ''
export function setDatabase(data:Database){
if(checkNullish(data.characters)){