Skip to content

Commit

Permalink
v1.0.6 (fixed diagram in README on npmjs.com)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkuma committed Aug 11, 2021
1 parent b38ebe2 commit b6b403a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------
Expand Down Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b6b403a

Please sign in to comment.