diff --git a/public/welcome/welcomebg.png b/public/welcome/welcomebg.png new file mode 100644 index 00000000..0462465c Binary files /dev/null and b/public/welcome/welcomebg.png differ diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0887ef53..a3da0459 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "RisuAI", - "version": "1.43.1" + "version": "1.43.2" }, "tauri": { "allowlist": { diff --git a/src/ts/storage/database.ts b/src/ts/storage/database.ts index e21ed85d..c9927ed5 100644 --- a/src/ts/storage/database.ts +++ b/src/ts/storage/database.ts @@ -9,7 +9,7 @@ import { alertNormal } from '../alert'; export const DataBase = writable({} as any as Database) export const loadedStore = writable(false) -export let appVer = '1.43.1' +export let appVer = '1.43.2' export let webAppSubVer = '' export function setDatabase(data:Database){ diff --git a/version.json b/version.json index 8498e02f..370dbe15 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version":"1.43.1"} \ No newline at end of file +{"version":"1.43.2"} \ No newline at end of file