bump version to 1.25.4

This commit is contained in:
kwaroran
2023-06-14 10:24:00 +09:00
parent 7ba7103cd2
commit e45483a8c6
6 changed files with 6 additions and 492 deletions

View File

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