From 86db301eb6465188a6f2e5e21b92f6ff796c00f0 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 30 Sep 2016 18:08:09 -0400 Subject: [PATCH] v0.8.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fdacb68..b58e8b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stunnel", - "version": "0.8.0", + "version": "0.8.1", "description": "A pure-JavaScript tunnel client for http and https similar to localtunnel.me, but uses TLS (SSL) with ServerName Indication (SNI) over https to work even in harsh network conditions such as in student dorms and behind HOAs, corporate firewalls, public libraries, airports, airplanes, etc. Can also tunnel tls and plain tcp.", "main": "wsclient.js", "bin": {