fix: update version from 2.4.3-rc to 2.4.3 in package.json, Cargo.toml, Cargo.lock, and tauri.conf.json

This commit is contained in:
Tunglies 2025-11-08 19:10:29 +08:00
parent 6017423a49
commit fa74e79f40
No known key found for this signature in database
GPG Key ID: B9B01B389469B3E8
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "clash-verge",
"version": "2.4.3-rc",
"version": "2.4.3",
"license": "GPL-3.0-only",
"scripts": {
"prepare": "husky || true",

2
src-tauri/Cargo.lock generated
View File

@ -1095,7 +1095,7 @@ checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
[[package]]
name = "clash-verge"
version = "2.4.3-rc"
version = "2.4.3"
dependencies = [
"aes-gcm",
"anyhow",

View File

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

View File

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