From 3b966c5655e44e6457f171a448b196917fad0af2 Mon Sep 17 00:00:00 2001 From: Yuhang Wu Date: Mon, 24 Aug 2026 14:00:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=86=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=BB=8E0.1.0=E6=9B=B4=E6=96=B0=E8=87=B30.2.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 94f04a0..9df2a9e 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": "stealthreader", - "version": "0.1.0", + "version": "0.2.0", "identifier": "StealthReader", "build": { "beforeDevCommand": "pnpm dev",