chore: update version

This commit is contained in:
huzibaca 2024-11-27 05:09:46 +08:00
parent 4c29850e1c
commit 56deafee61
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "clash-verge",
"version": "2.0.1",
"version": "2.0.2",
"license": "GPL-3.0-only",
"scripts": {
"dev": "cross-env RUST_BACKTRACE=1 tauri dev",

2
src-tauri/Cargo.lock generated
View File

@ -988,7 +988,7 @@ dependencies = [
[[package]]
name = "clash-verge"
version = "2.0.1"
version = "2.0.2"
dependencies = [
"aes-gcm",
"anyhow",

View File

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

View File

@ -25,7 +25,7 @@
"devUrl": "http://localhost:3000/"
},
"productName": "Clash Verge",
"version": "2.0.1",
"version": "2.0.2",
"identifier": "io.github.clash-verge-rev.clash-verge-rev",
"plugins": {
"updater": {