From 6c62350cc33dda9f8b3b501503923acafe38ac19 Mon Sep 17 00:00:00 2001 From: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:39:26 +0800 Subject: [PATCH] Release: bump version to 2.4.5-rc.2 --- Cargo.lock | 2 +- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b49bca1a4..8425723f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1109,7 +1109,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" [[package]] name = "clash-verge" -version = "2.4.5-rc.1" +version = "2.4.5-rc.2" dependencies = [ "aes-gcm", "anyhow", diff --git a/package.json b/package.json index defa29751..3e67418af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "2.4.5-rc.1", + "version": "2.4.5-rc.2", "license": "GPL-3.0-only", "scripts": { "prepare": "husky || true", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5f98476d2..d282ee114 100755 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clash-verge" -version = "2.4.5-rc.1" +version = "2.4.5-rc.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 e205c4ff2..f82354e10 100755 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,5 +1,5 @@ { - "version": "2.4.5-rc.1", + "version": "2.4.5-rc.2", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "bundle": { "active": true,