From 8387964bae8c93ccbf16a87f458e7ad6b701e39d Mon Sep 17 00:00:00 2001 From: MystiPanda Date: Sun, 10 Mar 2024 11:43:37 +0800 Subject: [PATCH] Release 1.5.6 --- UPDATELOG.md | 2 +- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/UPDATELOG.md b/UPDATELOG.md index f6c45138..8c824c98 100644 --- a/UPDATELOG.md +++ b/UPDATELOG.md @@ -1,4 +1,4 @@ -## v1.5.5 +## v1.5.6 ### Features diff --git a/package.json b/package.json index 5267ea78..411895ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clash-verge", - "version": "1.5.5", + "version": "1.5.6", "license": "GPL-3.0-only", "scripts": { "dev": "tauri dev", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 69f126c7..1af5041d 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -598,7 +598,7 @@ dependencies = [ [[package]] name = "clash-verge" -version = "1.5.5" +version = "1.5.6" dependencies = [ "anyhow", "auto-launch", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 08cbeec6..7ff01e36 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clash-verge" -version = "1.5.5" +version = "1.5.6" description = "clash verge" authors = ["zzzgydi", "wonfen", "MystiPanda"] license = "GPL-3.0-only" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4c9757e5..b5d2ba2c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Clash Verge", - "version": "1.5.5" + "version": "1.5.6" }, "build": { "distDir": "../dist",