update version to 0.6.7

This commit is contained in:
kwaroran
2023-05-07 16:30:20 +09:00
parent 35c52aff40
commit d6f4410524
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -6,7 +6,7 @@ import { saveImage as saveImageGlobal } from './globalApi';
export const DataBase = writable({} as any as Database) export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false) export const loadedStore = writable(false)
export let appVer = '0.6.6' export let appVer = '0.6.7'
export function setDatabase(data:Database){ export function setDatabase(data:Database){

View File

@@ -1 +1 @@
{"version":"0.6.6"} {"version":"0.6.7"}