Skip to content

Commit

Permalink
chore: update application version to 146.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaroran committed Jan 6, 2025
1 parent 9fc8978 commit 708faea
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": "146.0.0",
"version": "146.1.0",
"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 = "146.0.0"
export let appVer = "146.1.0"
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":"146.0.0"}
{"version":"146.1.0"}

0 comments on commit 708faea

Please sign in to comment.