From 59fca2e7f31599868a27fd3818cad5120afd5ea0 Mon Sep 17 00:00:00 2001 From: Mehdikhody Date: Tue, 8 Oct 2024 15:47:02 +0330 Subject: [PATCH] fix api ref in README.md file --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78f26f7..1043be8 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ HTTPS_PROXY="https://proxy-server-over-tls.com:3129" ### Other Functions -- `exportData()`: Exports all data via Telegram bot. +- `sendBackup()`: send backup file via Telegram bot. ## Example diff --git a/package.json b/package.json index f0a0117..976c2f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "3x-ui", "description": "This is an interface for 3x-ui panel. It will help developers to create, edit and delete inbounds and clients in a simple way.", - "version": "2.0.0", + "version": "2.0.1", "type": "module", "main": "build/index.js", "types": "build/index.d.ts",