This commit is contained in:
coolcoala
2025-07-17 21:16:41 +03:00
parent d884bd539b
commit 27bcc5f4f8
5 changed files with 11 additions and 4 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -1061,7 +1061,7 @@ dependencies = [
[[package]]
name = "clash-verge"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"ab_glyph",
"aes-gcm",

View File

@@ -1,6 +1,6 @@
[package]
name = "clash-verge"
version = "0.2.0"
version = "0.2.1"
description = "clash verge"
authors = ["zzzgydi", "wonfen", "MystiPanda", "coolcoala"]
license = "GPL-3.0-only"

View File

@@ -1,5 +1,5 @@
{
"version": "0.2.0",
"version": "0.2.1",
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"bundle": {
"active": true,