bump version to 1.21.1

This commit is contained in:
kwaroran
2023-05-29 17:43:31 +09:00
parent f2b64f2334
commit bdf00126cc
3 changed files with 3 additions and 3 deletions

View File

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