From b6b403a1256008740afe13252c71c375544d3f55 Mon Sep 17 00:00:00 2001 From: Peter Kuma Date: Wed, 11 Aug 2021 20:12:23 +0200 Subject: [PATCH] v1.0.6 (fixed diagram in README on npmjs.com) --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 189fbad..0e4f9e5 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The command-line tools [wstcp-client](https://github.com/peterkuma/wstcp-client) use wstcp to create a fail-safe port forwarding between a client and a server. -![Diagram](diagram.png) +![Diagram](https://raw.githubusercontent.com/peterkuma/wstcp/master/diagram.png) Examples -------- @@ -228,7 +228,7 @@ Connect to a wstcp server. Changelog --------- -### 1.0.5 (2021-08-11) +### 1.0.6 (2021-08-11) - Fix hanging up of WS connection when TCP client cannot connect. diff --git a/package.json b/package.json index 42c780a..a2c2aa9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wstcp", - "version": "1.0.5", + "version": "1.0.6", "description": "Client and server implementation of TCP forwarding over WebSocket", "main": "index.js", "dependencies": {