diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index e6ebe60a..028e8a90 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "RisuAI", - "version": "0.7.7" + "version": "0.7.8" }, "tauri": { "allowlist": { diff --git a/src/ts/database.ts b/src/ts/database.ts index 3c36f37c..3912433f 100644 --- a/src/ts/database.ts +++ b/src/ts/database.ts @@ -7,7 +7,7 @@ import { cloneDeep } from 'lodash'; export const DataBase = writable({} as any as Database) export const loadedStore = writable(false) -export let appVer = '0.7.7' +export let appVer = '0.7.8' export function setDatabase(data:Database){ diff --git a/version.json b/version.json index ce6922a1..cc56705f 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version":"0.7.6"} +{"version":"0.7.8"}