Skip to content

Commit

Permalink
bump: update application version to 150.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaroran committed Feb 15, 2025
1 parent 56cf745 commit ed142bc
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": "150.0.1",
"version": "150.0.2",
"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 = "150.0.1"
export let appVer = "150.0.2"
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":"150.0.1"}
{"version":"150.0.2"}

0 comments on commit ed142bc

Please sign in to comment.