From e072bb1cbc3bffe4d9d3aebae60a8ec8f8d905fd Mon Sep 17 00:00:00 2001 From: kwaroran Date: Fri, 24 May 2024 23:28:50 +0900 Subject: [PATCH] chore: Update version to 1.105.1 --- 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 48d8bc77..29f4ddbb 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "RisuAI", - "version": "1.105.0" + "version": "1.105.1" }, "tauri": { "allowlist": { diff --git a/src/ts/storage/database.ts b/src/ts/storage/database.ts index 6e4b9252..f6dd1599 100644 --- a/src/ts/storage/database.ts +++ b/src/ts/storage/database.ts @@ -14,7 +14,7 @@ import type { OobaChatCompletionRequestParams } from '../model/ooba'; export const DataBase = writable({} as any as Database) export const loadedStore = writable(false) -export let appVer = "1.105.0" +export let appVer = "1.105.1" export let webAppSubVer = '' export function setDatabase(data:Database){ diff --git a/version.json b/version.json index 87e6385a..b2f5daea 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version":"1.105.0"} \ No newline at end of file +{"version":"1.105.1"} \ No newline at end of file