xray-manager 1.7.1 → 1.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -256,6 +256,7 @@
256
256
  | AlmaLinux | 9 | dnf | ✅ 完全支持 |
257
257
  | Rocky Linux | 9 | dnf | ✅ 完全支持 |
258
258
  | Fedora | 39 | dnf | ✅ 完全支持 |
259
+ | Amazon Linux | 2023 | dnf | ✅ 完全支持 |
259
260
 
260
261
  ### 一键安装(推荐)
261
262
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xray-manager",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "Xray VPN 服务管理 CLI 工具 - npm installable interactive CLI tool for Xray service management",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",