From 028d26e88886ec37a3c0fa4f5a0ab5716416a201 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 9 Aug 2017 10:33:06 -0600 Subject: [PATCH] v1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5e7078..ba3bf01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socket-pair", - "version": "1.0.1", + "version": "1.0.2", "description": "Similar to stream-pair, but with sockets with real fds. A workaround for https://github.com/nodejs/node/issues/12716", "homepage": "https://git.daplie.com/Daplie/socket-pair#readme", "main": "lib/socket-pair.js",