diff --git a/package.json b/package.json index 41439635..859ea1d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "2.0.0", + "version": "2.0.0-rc.1", "license": "GPL-3.0-only", "scripts": { "dev": "cross-env RUST_BACKTRACE=1 tauri dev", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 613dcd62..cd52f209 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -25,7 +25,7 @@ "devUrl": "http://localhost:3000/" }, "productName": "Clash Verge", - "version": "2.0.0", + "version": "2.0.0-rc.1", "identifier": "io.github.clash-verge-rev.clash-verge-rev", "plugins": { "updater": {