From d645792ceda0943e9510af67190e7f410683e1ba Mon Sep 17 00:00:00 2001 From: pompurin404 Date: Mon, 23 Sep 2024 22:47:50 +0800 Subject: [PATCH] 1.3.2 --- changelog.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 4d3ed8f..b73cc27 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ - 支持自定义延迟测试并发数量 - 完善Sub-Store环境变量 +- 支持查看已关闭的连接 ### Bug Fixes diff --git a/package.json b/package.json index aff43f8..9add06a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mihomo-party", - "version": "1.3.1", + "version": "1.3.2", "description": "Mihomo Party", "main": "./out/main/index.js", "author": "mihomo-party",