Skip to content

Commit 739df7e

Browse files
committed
fix: update version to 2026.3.336 across configuration files
1 parent d12291f commit 739df7e

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.3.335",
32+
"version": "2026.3.336",
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
@@ -15,7 +15,7 @@ import { type HypaV3Settings, type HypaV3Preset, createHypaV3Preset } from '../p
1515
import { isTauri, isNodeServer } from "src/ts/platform"
1616

1717
//APP_VERSION_POINT is to locate the app version in the database file for version bumping
18-
export let appVer = "2026.3.335" //<APP_VERSION_POINT>
18+
export let appVer = "2026.3.336" //<APP_VERSION_POINT>
1919
export let webAppSubVer = ''
2020

2121

version.json

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

0 commit comments

Comments
 (0)