chore: 修复 tauri.conf.json 版本号为 0.71.0

This commit is contained in:
coso
2026-02-25 12:27:06 +08:00
parent 8fec0f1088
commit 65ba54744b
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ProxyCast",
"version": "0.70.0",
"version": "0.71.0",
"identifier": "com.proxycast.app",
"build": {
"beforeDevCommand": "npm run dev",