From 573d9829a8c31812208c706c64b7ea66f9d067ac Mon Sep 17 00:00:00 2001 From: Rolando Santamaria Maso Date: Sun, 31 May 2026 11:04:59 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20prep=20v5.0.1=20=E2=80=94=20bump=20ver?= =?UTF-8?q?sion,=20remove=20TRON=20donate=20address?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bump package.json 5.0.0 -> 5.0.1 for the patch release (fixes from #52, perf from #53). - Remove the TRON wallet address from the README Support section; PayPal link retained. Co-Authored-By: Claude Opus 4.8 --- README.md | 1 - package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c6cc7f..4855d0a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ server.listen(3000) # Support / Donate 💚 You can support the maintenance of this project: - PayPal: https://www.paypal.me/kyberneees -- [TRON](https://www.binance.com/en/buy-TRON) Wallet: `TJ5Bbf9v4kpptnRsePXYDvnYcYrS5Tyxus` # More - Website and documentation: https://0http.21no.de diff --git a/package.json b/package.json index 354e41a..f7c8d5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "0http", - "version": "5.0.0", + "version": "5.0.1", "description": "Zero friction HTTP request router. The need for speed!", "main": "index.js", "scripts": {