diff --git a/UPDATELOG.md b/UPDATELOG.md index 5e6189fa..e0ac3320 100644 --- a/UPDATELOG.md +++ b/UPDATELOG.md @@ -1,3 +1,7 @@ +## v2.4.2 + +To be done + ## v2.4.1 ### 🏆 重大改进 diff --git a/package.json b/package.json index 4ec265ae..a027e912 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "2.4.1", + "version": "2.4.2", "license": "GPL-3.0-only", "scripts": { "dev": "cross-env RUST_BACKTRACE=1 tauri dev -f verge-dev", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 98a250ff..9c82bcc4 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1089,7 +1089,7 @@ checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" [[package]] name = "clash-verge" -version = "2.4.1" +version = "2.4.2" dependencies = [ "aes-gcm", "anyhow", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c4b80ffa..bddab48f 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clash-verge" -version = "2.4.1" +version = "2.4.2" description = "clash verge" authors = ["zzzgydi", "Tunglies", "wonfen", "MystiPanda"] license = "GPL-3.0-only" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 19e3f5f3..4cb552f6 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,5 +1,5 @@ { - "version": "2.4.1", + "version": "2.4.2", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "bundle": { "active": true,