From a286ac85dc6ac00e819fdb200ff52e9362f8f715 Mon Sep 17 00:00:00 2001 From: MystiPanda Date: Tue, 16 Jan 2024 15:36:04 +0800 Subject: [PATCH] Release v1.4.8 --- README.md | 20 ++++++++++---------- UPDATELOG.md | 16 ++++++++++++++++ package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/Info.plist | 2 +- src-tauri/tauri.conf.json | 2 +- 7 files changed, 31 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 1ee12c1..e191477 100644 --- a/README.md +++ b/README.md @@ -41,18 +41,18 @@ A Clash Meta GUI based on Tauri CFBundleURLName - io.github.clash-verge-rev.clash-verge-rev + Clash Verge CFBundleURLSchemes clash diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 79e2fb7..48156f0 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "Clash Verge", - "version": "1.4.7" + "version": "1.4.8" }, "build": { "distDir": "../dist",