From db687e899d369152420c40e49e6ce5255edf6610 Mon Sep 17 00:00:00 2001 From: Brian White Date: Wed, 24 Apr 2019 23:52:14 -0400 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70a545d8..2f2804a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ssh2-streams", - "version": "0.4.2", + "version": "0.4.3", "author": "Brian White ", "description": "SSH2 and SFTP(v3) client/server protocol streams for node.js", "main": "./index",