Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peterkuma committed Nov 5, 2019
1 parent 03b9a8a commit 84e176d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016, 2017 Peter Kuma
Copyright (c) 2016-2019 Peter Kuma

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ Connect to a wstcp server.
Changelog
---------

### 1.0.3 (2019-11-05)

- Improved documentation.

### 1.0.2 (2017-12-03)

- Improved documentation.
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wstcp",
"version": "1.0.2",
"version": "1.0.3",
"description": "Client and server implementation of TCP forwarding over WebSocket",
"main": "index.js",
"dependencies": {
Expand All @@ -16,7 +16,10 @@
"websocket",
"tcp",
"forwarding",
"tunnel"
"tunnel",
"networking",
"server",
"client"
],
"author": "Peter Kuma",
"license": "MIT"
Expand Down

0 comments on commit 84e176d

Please sign in to comment.