Skip to content

Commit a3fbca2

Browse files
committed
chore: update version to 2026.6.210 in configuration and source files
1 parent 02ee6d9 commit a3fbca2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"productName": "RisuAI",
3131
"mainBinaryName": "RisuAI",
32-
"version": "2026.6.114",
32+
"version": "2026.6.210",
3333
"identifier": "co.aiclient.risu",
3434
"plugins": {
3535
"updater": {

src/ts/storage/database.svelte.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {
2222
} from '../chatLoadPages';
2323

2424
//APP_VERSION_POINT is to locate the app version in the database file for version bumping
25-
export let appVer = "2026.6.114" //<APP_VERSION_POINT>
25+
export let appVer = "2026.6.210" //<APP_VERSION_POINT>
2626
export let webAppSubVer = ''
2727

2828

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "2026.6.114"
2+
"version": "2026.6.210"
33
}

0 commit comments

Comments
 (0)