Release v1.4.8

This commit is contained in:
MystiPanda
2024-01-16 15:36:04 +08:00
parent cb155707cd
commit 0cc386bc28
7 changed files with 31 additions and 15 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -580,7 +580,7 @@ dependencies = [
[[package]]
name = "clash-verge"
version = "1.4.7"
version = "1.4.8"
dependencies = [
"anyhow",
"auto-launch",

View File

@@ -1,6 +1,6 @@
[package]
name = "clash-verge"
version = "1.4.7"
version = "1.4.8"
description = "clash verge"
authors = ["zzzgydi", "wonfen", "MystiPanda"]
license = "GPL-3.0"

View File

@@ -6,7 +6,7 @@
<array>
<dict>
<key>CFBundleURLName</key>
<string>io.github.clash-verge-rev.clash-verge-rev</string>
<string>Clash Verge</string>
<key>CFBundleURLSchemes</key>
<array>
<string>clash</string>

View File

@@ -1,7 +1,7 @@
{
"package": {
"productName": "Clash Verge",
"version": "1.4.7"
"version": "1.4.8"
},
"build": {
"distDir": "../dist",