From 83ee08633dc4630d48d214b90885bacb77c0e363 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Sun, 7 May 2023 14:24:51 +0900 Subject: [PATCH] update to 0.6.5 --- src-tauri/tauri.conf.json | 2 +- src/ts/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 9e68be6e..42e84dee 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "RisuAI", - "version": "0.6.4" + "version": "0.6.5" }, "tauri": { "allowlist": { diff --git a/src/ts/database.ts b/src/ts/database.ts index 11e1fc3a..0c9076c2 100644 --- a/src/ts/database.ts +++ b/src/ts/database.ts @@ -6,7 +6,7 @@ import { saveImage as saveImageGlobal } from './globalApi'; export const DataBase = writable({} as any as Database) export const loadedStore = writable(false) -export let appVer = '0.6.4' +export let appVer = '0.6.5' export function setDatabase(data:Database){ diff --git a/version.json b/version.json index ba591c72..533d13ba 100644 --- a/version.json +++ b/version.json @@ -1 +1 @@ -{"version":"0.6.4"} +{"version":"0.6.5"}