chore: 将版本号从0.1.0更新至0.2.0

更新项目的版本号,用于发布新版本
This commit is contained in:
Yuhang Wu 2026-08-24 14:00:37 +08:00
parent faedd132c5
commit 3b966c5655
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "stealthreader", "productName": "stealthreader",
"version": "0.1.0", "version": "0.2.0",
"identifier": "StealthReader", "identifier": "StealthReader",
"build": { "build": {
"beforeDevCommand": "pnpm dev", "beforeDevCommand": "pnpm dev",