chore: update version

This commit is contained in:
huzibaca 2024-12-04 00:30:46 +08:00
parent 6197249377
commit c11efcb9be
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.2",
"version": "2.0.3-alpha",
"license": "GPL-3.0-only",
"scripts": {
"dev": "cross-env RUST_BACKTRACE=1 tauri dev",

2
src-tauri/Cargo.lock generated
View File

@ -1046,7 +1046,7 @@ dependencies = [
[[package]]
name = "clash-verge"
version = "2.0.2"
version = "2.0.3-alpha"
dependencies = [
"aes-gcm",
"anyhow",

View File

@ -1,6 +1,6 @@
[package]
name = "clash-verge"
version = "2.0.2"
version = "2.0.3-alpha"
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.2",
"version": "2.0.3-alpha",
"identifier": "io.github.clash-verge-rev.clash-verge-rev",
"plugins": {
"updater": {