Skip to content

Commit 2f48a35

Browse files
chore(version): sync desktop version to v4.19.4
1 parent af2cce7 commit 2f48a35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astrbot-desktop-tauri",
3-
"version": "4.19.3",
3+
"version": "4.19.4",
44
"description": "AstrBot desktop shell powered by Tauri",
55
"private": true,
66
"packageManager": "pnpm@10.28.2",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astrbot-desktop-tauri"
3-
version = "4.19.3"
3+
version = "4.19.4"
44
description = "AstrBot desktop shell powered by Tauri"
55
authors = ["AstrBot"]
66
license = "AGPL-3.0"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "AstrBot",
4-
"version": "4.19.3",
4+
"version": "4.19.4",
55
"identifier": "com.astrbot.desktop.tauri",
66
"build": {
77
"beforeDevCommand": "",

0 commit comments

Comments
 (0)