diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8f76eb25..179362ee 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "RisuAI", - "version": "1.58.1" + "version": "1.58.2" }, "tauri": { "allowlist": { diff --git a/src/ts/storage/database.ts b/src/ts/storage/database.ts index 689e523c..208fb752 100644 --- a/src/ts/storage/database.ts +++ b/src/ts/storage/database.ts @@ -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.58.1" +export let appVer = "1.58.2" export let webAppSubVer = '' export function setDatabase(data:Database){ diff --git a/version.json b/version.json index f2b95b79..7122d1a1 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version":"1.58.1"} \ No newline at end of file +{"version":"1.58.2"} \ No newline at end of file