diff --git a/Cargo.lock b/Cargo.lock index e01b533a1..10804f5c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1109,7 +1109,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" [[package]] name = "clash-verge" -version = "2.4.5-rc.2" +version = "2.4.5" dependencies = [ "aes-gcm", "anyhow", diff --git a/package.json b/package.json index 3e67418af..6af9d5661 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "2.4.5-rc.2", + "version": "2.4.5", "license": "GPL-3.0-only", "scripts": { "prepare": "husky || true", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index b792dc817..e7485a09b 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clash-verge" -version = "2.4.5-rc.2" +version = "2.4.5" 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 f82354e10..be6947a70 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,5 +1,5 @@ { - "version": "2.4.5-rc.2", + "version": "2.4.5", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "bundle": { "active": true,