From 5472625096c75edea03349381363b814baa2b3bd Mon Sep 17 00:00:00 2001 From: Nicola Peditto Date: Wed, 3 Nov 2021 11:28:19 +0100 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25ade3c..16cb152 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mdslab/wstun", - "version": "1.0.11", + "version": "1.1.0", "description": "A set of tools to establish TCP tunnels (or TCP reverse tunnels) over WebSocket connections for circumventing the problem of directly connect to hosts behind a strict firewall or without public IP. It also supports WebSocket Secure (wss) connections.", "main": "index.js", "scripts": {