From ba05810d802d238cdfcf85a44572e9783d738f2f Mon Sep 17 00:00:00 2001 From: MystiPanda Date: Tue, 5 Dec 2023 16:28:50 +0800 Subject: [PATCH] Release 1.4.3 --- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 04fa29c3..88616100 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "1.4.2", + "version": "1.4.3", "license": "GPL-3.0", "scripts": { "dev": "tauri dev -f default-meta", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 0c3696cf..f8d66f2f 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -559,7 +559,7 @@ dependencies = [ [[package]] name = "clash-verge" -version = "1.4.2" +version = "1.4.3" dependencies = [ "anyhow", "auto-launch", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index e290850f..3ff14c15 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clash-verge" -version = "1.4.2" +version = "1.4.3" description = "clash verge" authors = ["zzzgydi"] license = "GPL-3.0" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 07e5418e..ec3cdb09 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Clash Verge", - "version": "1.4.2" + "version": "1.4.3" }, "build": { "distDir": "../dist",