diff --git a/UPDATELOG.md b/UPDATELOG.md index a4f46201..52de283b 100644 --- a/UPDATELOG.md +++ b/UPDATELOG.md @@ -1,3 +1,7 @@ +## v2.4.1 + +Something Should Be Done + ## v2.4.0 ### 🏆 重大改进 diff --git a/package.json b/package.json index 97f3e37a..0f9689b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "2.4.0", + "version": "2.4.1", "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 1f98a374..48efcd22 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1093,7 +1093,7 @@ checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" [[package]] name = "clash-verge" -version = "2.4.0" +version = "2.4.1" dependencies = [ "aes-gcm", "anyhow", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5f61852e..6820c4db 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clash-verge" -version = "2.4.0" +version = "2.4.1" 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 f382c739..19e3f5f3 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,5 +1,5 @@ { - "version": "2.4.0", + "version": "2.4.1", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "bundle": { "active": true,