diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index afe9181c..3b5a3a88 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "RisuAI", - "version": "0.9.0" + "version": "0.9.1" }, "tauri": { "allowlist": { diff --git a/src/ts/database.ts b/src/ts/database.ts index a02c69a0..a59683c0 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.9.0' +export let appVer = '0.9.1' export function setDatabase(data:Database){ diff --git a/version.json b/version.json index 8ef02cbc..0a71c4e4 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version":"0.9.0"} \ No newline at end of file +{"version":"0.9.1"} \ No newline at end of file