From 65ba54744bac6954908db342f8c2fe5070992452 Mon Sep 17 00:00:00 2001 From: coso Date: Wed, 25 Feb 2026 12:27:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E5=A4=8D=20tauri.conf.json?= =?UTF-8?q?=20=E7=89=88=E6=9C=AC=E5=8F=B7=E4=B8=BA=200.71.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/tauri.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 1efbebe49..e503d41ee 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -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",