Skip to content

Commit 7446e7f

Browse files
committed
chore: update application version to 148.0.0
1 parent 338d1cf commit 7446e7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"productName": "RisuAI",
3131
"mainBinaryName": "RisuAI",
32-
"version": "147.0.0",
32+
"version": "148.0.0",
3333
"identifier": "co.aiclient.risu",
3434
"plugins": {
3535
"updater": {

src/ts/storage/database.svelte.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { defaultColorScheme, type ColorScheme } from '../gui/colorscheme';
1212
import type { PromptItem, PromptSettings } from '../process/prompt';
1313
import type { OobaChatCompletionRequestParams } from '../model/ooba';
1414

15-
export let appVer = "147.0.0"
15+
export let appVer = "148.0.0"
1616
export let webAppSubVer = ''
1717

1818

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"147.0.0"}
1+
{"version":"148.0.0"}

0 commit comments

Comments
 (0)