Skip to content

Commit

Permalink
chore: update version to 145.0.1 in configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaroran committed Dec 25, 2024
1 parent 7fab5aa commit 96de87f
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": "145.0.0",
"version": "145.0.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 = "145.0.0"
export let appVer = "145.0.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":"145.0.0"}
{"version":"145.0.1"}

0 comments on commit 96de87f

Please sign in to comment.