Skip to content

Commit 94c417c

Browse files
committed
Bump version to 140.0.2
1 parent 3a54add commit 94c417c

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": "140.0.1",
32+
"version": "140.0.2",
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 = "140.0.1"
15+
export let appVer = "140.0.2"
1616
export let webAppSubVer = ''
1717

1818

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"140.0.1"}
1+
{"version":"140.0.2"}

0 commit comments

Comments
 (0)