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",