We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361ed83 commit 0bb71c6Copy full SHA for 0bb71c6
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "astrbot-desktop-tauri",
3
- "version": "4.18.1",
+ "version": "4.18.2",
4
"description": "AstrBot desktop shell powered by Tauri",
5
"private": true,
6
"packageManager": "pnpm@10.28.2",
src-tauri/Cargo.toml
[package]
name = "astrbot-desktop-tauri"
-version = "4.18.1"
+version = "4.18.2"
description = "AstrBot desktop shell powered by Tauri"
authors = ["AstrBot"]
license = "AGPL-3.0"
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "AstrBot",
"identifier": "com.astrbot.desktop.tauri",
"build": {
7
"beforeDevCommand": "",
0 commit comments