diff --git a/Cargo.lock b/Cargo.lock index f2e6afe54..52f3ba226 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1096,7 +1096,7 @@ checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" [[package]] name = "clash-verge" -version = "2.4.5" +version = "2.4.5-rc.1" dependencies = [ "aes-gcm", "anyhow", diff --git a/package.json b/package.json index 87b009b7e..97281d98f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "2.4.5", + "version": "2.4.5-rc.1", "license": "GPL-3.0-only", "scripts": { "prepare": "husky || true", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 451b45ee8..7143a78d4 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clash-verge" -version = "2.4.5" +version = "2.4.5-rc.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 be6947a70..e205c4ff2 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,5 +1,5 @@ { - "version": "2.4.5", + "version": "2.4.5-rc.1", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "bundle": { "active": true,