Skip to content

Commit b3609d8

Browse files
chore(version): sync desktop version to v4.18.3
1 parent 0bb71c6 commit b3609d8

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.18.2",
3+
"version": "4.18.3",
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.18.2"
3+
version = "4.18.3"
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.18.2",
4+
"version": "4.18.3",
55
"identifier": "com.astrbot.desktop.tauri",
66
"build": {
77
"beforeDevCommand": "",

0 commit comments

Comments
 (0)