Skip to content

Commit

Permalink
Bump version to 144.3.0 in configuration and related files
Browse files Browse the repository at this point in the history
kwaroran committed Dec 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 027a591 commit 29c9f0a
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
@@ -29,7 +29,7 @@
},
"productName": "RisuAI",
"mainBinaryName": "RisuAI",
"version": "144.2.0",
"version": "144.3.0",
"identifier": "co.aiclient.risu",
"plugins": {
"updater": {
2 changes: 1 addition & 1 deletion src/ts/storage/database.svelte.ts
Original file line number Diff line number Diff line change
@@ -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 = "144.2.0"
export let appVer = "144.3.0"
export let webAppSubVer = ''


2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"144.2.0"}
{"version":"144.3.0"}

0 comments on commit 29c9f0a

Please sign in to comment.