diff --git a/UPDATELOG.md b/UPDATELOG.md index 320d6b90..68f5725d 100644 --- a/UPDATELOG.md +++ b/UPDATELOG.md @@ -1,4 +1,4 @@ -## v2.2.1-alpha.1 +## v2.2.1 **发行代号:拓** diff --git a/package.json b/package.json index 88a5ca7d..e73558af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "2.2.1-alpha", + "version": "2.2.1", "license": "GPL-3.0-only", "scripts": { "dev": "cross-env RUST_BACKTRACE=1 tauri dev -f verge-dev -- --profile fast-dev", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 3355231e..e44b3c80 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1132,7 +1132,7 @@ dependencies = [ [[package]] name = "clash-verge" -version = "2.2.1-alpha" +version = "2.2.1" dependencies = [ "ab_glyph", "aes-gcm", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ede1ba4a..2b1c18a1 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clash-verge" -version = "2.2.1-alpha" +version = "2.2.1" description = "clash verge" authors = ["zzzgydi", "wonfen", "MystiPanda"] license = "GPL-3.0-only" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 78608eef..39584e21 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,5 +1,5 @@ { - "version": "2.2.1-alpha", + "version": "2.2.1", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "bundle": { "active": true,