[ver] 1.44.2

This commit is contained in:
kwaroran
2023-07-29 14:52:50 +09:00
parent 8d1c223423
commit 6da5d1912b
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ import { prebuiltNAIpresets } from '../process/templates/templates';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = '1.44.1'
export let appVer = '1.44.2'
export let webAppSubVer = ''
export function setDatabase(data:Database){