Skip to content

Commit

Permalink
Update version to 143.9.1 in configuration and related files
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaroran committed Dec 19, 2024
1 parent 01da904 commit 280fd31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"productName": "RisuAI",
"mainBinaryName": "RisuAI",
"version": "143.9.0",
"version": "143.9.1",
"identifier": "co.aiclient.risu",
"plugins": {
"updater": {
Expand Down
2 changes: 1 addition & 1 deletion src/ts/storage/database.svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { defaultColorScheme, type ColorScheme } from '../gui/colorscheme';
import type { PromptItem, PromptSettings } from '../process/prompt';
import type { OobaChatCompletionRequestParams } from '../model/ooba';

export let appVer = "143.9.0"
export let appVer = "143.9.1"
export let webAppSubVer = ''


Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"143.9.0"}
{"version":"143.9.1"}

0 comments on commit 280fd31

Please sign in to comment.