We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8dc2c commit e3619d4Copy full SHA for e3619d4
3 files changed
src-tauri/tauri.conf.json
@@ -29,7 +29,7 @@
29
},
30
"productName": "RisuAI",
31
"mainBinaryName": "RisuAI",
32
- "version": "2026.6.103",
+ "version": "2026.6.110",
33
"identifier": "co.aiclient.risu",
34
"plugins": {
35
"updater": {
src/ts/storage/database.svelte.ts
@@ -22,7 +22,7 @@ import {
22
} from '../chatLoadPages';
23
24
//APP_VERSION_POINT is to locate the app version in the database file for version bumping
25
-export let appVer = "2026.6.103" //<APP_VERSION_POINT>
+export let appVer = "2026.6.110" //<APP_VERSION_POINT>
26
export let webAppSubVer = ''
27
28
version.json
@@ -1,3 +1,3 @@
1
{
2
- "version": "2026.6.103"
+ "version": "2026.6.110"
3
}
0 commit comments