From 6ac3e1dd5406069ff322c2810b32a94576b5ffc5 Mon Sep 17 00:00:00 2001 From: tigerbot Date: Mon, 29 May 2017 12:43:01 -0600 Subject: [PATCH] v1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aedf578..33fcf80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socket-pair", - "version": "1.0.0", + "version": "1.0.1", "description": "Similar to stream-pair, but with sockets with real fds. A workaround for https://github.com/nodejs/node/issues/12716", "main": "lib/socket-pair.js", "scripts": {