[ver] 1.47.1

This commit is contained in:
kwaroran
2023-08-07 22:03:33 +09:00
parent af6ddd0fa6
commit a857aeb258
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "RisuAI",
"version": "1.47.0"
"version": "1.47.1"
},
"tauri": {
"allowlist": {

View File

@@ -14,7 +14,7 @@ import type { Proompt } from '../process/proompt';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = "1.47.0"
export let appVer = "1.47.1"
export let webAppSubVer = ''
export function setDatabase(data:Database){