v2.2.3-alpha begin

This commit is contained in:
Tunglies
2025-03-26 01:24:12 +08:00
parent 14347f60d5
commit 1baa840160
7 changed files with 302 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "clash-verge",
"version": "2.2.2",
"version": "v2.2.3-alpha",
"license": "GPL-3.0-only",
"scripts": {
"dev": "cross-env RUST_BACKTRACE=1 tauri dev -f verge-dev -- --profile fast-dev",
@@ -17,6 +17,7 @@
"portable": "node scripts/portable.mjs",
"portable-fixed-webview2": "node scripts/portable-fixed-webview2.mjs",
"fix-alpha-version": "node scripts/fix-alpha_version.mjs",
"release-version": "node scripts/release_version.mjs",
"release-alpha-version": "node scripts/release-alpha_version.mjs",
"prepare": "husky",
"clean": "cd ./src-tauri && cargo clean && cd -"
@@ -109,4 +110,4 @@
},
"type": "module",
"packageManager": "pnpm@9.13.2"
}
}