From 36b55d5849f3906b834b1b60b70d47e24c65053d 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 4d3ed8fd..b73cc272 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ - 支持自定义延迟测试并发数量 - 完善Sub-Store环境变量 +- 支持查看已关闭的连接 ### Bug Fixes diff --git a/package.json b/package.json index aff43f8d..9add06a4 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",