diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 18d8fe2f..dd44e795 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "RisuAI", - "version": "1.44.2" + "version": "1.45.0" }, "tauri": { "allowlist": { diff --git a/src/ts/storage/database.ts b/src/ts/storage/database.ts index 139d0ee5..6fe83d6d 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.44.2' +export let appVer = '1.45.0' export let webAppSubVer = '' export function setDatabase(data:Database){ diff --git a/version.json b/version.json index 5d675412..32664d80 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version":"1.44.2"} \ No newline at end of file +{"version":"1.45.0"} \ No newline at end of file