From ea4759bbf2acce76cd7ec9cde960dd186712c89a Mon Sep 17 00:00:00 2001 From: kwaroran Date: Sun, 23 Jul 2023 00:39:50 +0900 Subject: [PATCH] [ver] 1.41.0 --- src-tauri/tauri.conf.json | 2 +- src/ts/storage/database.ts | 2 +- version.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4a39be02..ce3b8e6c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "RisuAI", - "version": "1.40.1" + "version": "1.41.0" }, "tauri": { "allowlist": { diff --git a/src/ts/storage/database.ts b/src/ts/storage/database.ts index 00da9932..ee2fcdc7 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.40.1' +export let appVer = '1.41.0' export let webAppSubVer = '' export function setDatabase(data:Database){ diff --git a/version.json b/version.json index 5cd83e79..da34e949 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version":"1.40.1"} \ No newline at end of file +{"version":"1.41.0"} \ No newline at end of file