From 9d874e5c6ffe7ec7e6084810942436183314d347 Mon Sep 17 00:00:00 2001
From: Tunglies <77394545+Tunglies@users.noreply.github.com>
Date: Sat, 8 Nov 2025 19:16:51 +0800
Subject: [PATCH] chore: update version to 2.4.4 in package.json, Cargo.toml,
Cargo.lock, tauri.conf.json, and add new changelog section
---
UPDATELOG.md | 12 ++++++++++++
package.json | 2 +-
src-tauri/Cargo.lock | 2 +-
src-tauri/Cargo.toml | 2 +-
src-tauri/tauri.conf.json | 2 +-
5 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/UPDATELOG.md b/UPDATELOG.md
index 53afd8867..f0898dbc7 100644
--- a/UPDATELOG.md
+++ b/UPDATELOG.md
@@ -1,3 +1,15 @@
+# v2.4.4
+
+### 🐞 修复问题
+
+
+ ✨ 新增功能
+
+
+
+ 🚀 优化改进
+
+
## v2.4.3
**发行代号:澜**
diff --git a/package.json b/package.json
index 86c39afab..1c76cb634 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "clash-verge",
- "version": "2.4.3",
+ "version": "2.4.4",
"license": "GPL-3.0-only",
"scripts": {
"prepare": "husky || true",
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 993563eea..934caa5a1 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -1095,7 +1095,7 @@ checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
[[package]]
name = "clash-verge"
-version = "2.4.3"
+version = "2.4.4"
dependencies = [
"aes-gcm",
"anyhow",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 6311a8083..889a3136c 100755
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "clash-verge"
-version = "2.4.3"
+version = "2.4.4"
description = "clash verge"
authors = ["zzzgydi", "Tunglies", "wonfen", "MystiPanda"]
license = "GPL-3.0-only"
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 8e2c72cef..774429c12 100755
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -1,5 +1,5 @@
{
- "version": "2.4.3",
+ "version": "2.4.4",
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"bundle": {
"active": true,