fixed locales and number of version in files

This commit is contained in:
coolcoala
2025-07-15 03:11:20 +03:00
parent a8b75aeabd
commit 5e855e4755
6 changed files with 10 additions and 8 deletions

2
src-tauri/Cargo.lock generated
View File

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

View File

@@ -1,10 +1,10 @@
[package]
name = "clash-verge"
version = "2.3.2"
version = "0.2.0"
description = "clash verge"
authors = ["zzzgydi", "wonfen", "MystiPanda"]
authors = ["zzzgydi", "wonfen", "MystiPanda", "coolcoala"]
license = "GPL-3.0-only"
repository = "https://github.com/clash-verge-rev/clash-verge-rev.git"
repository = "https://github.com/coolcoala/clash-verge-rev-lite.git"
default-run = "clash-verge"
edition = "2021"
build = "build.rs"

View File

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