From e699c44480a08eaa1d4c097376ac6e305836f23a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 3 Sep 2019 09:19:33 -0600 Subject: [PATCH] v2.0.3: bugfix invalid access of socket._handle --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e8c36ba..f44e968 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "proxy-packer", - "version": "2.0.2", + "version": "2.0.3", "description": "A strategy for packing and unpacking a proxy stream (i.e. packets through a tunnel). Handles multiplexed and tls connections. Used by telebit and telebitd.", "main": "index.js", "scripts": {