From 942b7b587ec895865095b11fe49d0ccd2dcb23a9 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 29 Mar 2017 13:26:20 -0600 Subject: [PATCH] v0.9.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ccc2a9..8dc2012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stunnel", - "version": "0.9.0", + "version": "0.9.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": {