From ef45cc9a341ad9b36f7fb8ceb55116a678a32e3a Mon Sep 17 00:00:00 2001 From: David Dias Date: Sat, 22 Jul 2017 14:42:22 -0700 Subject: [PATCH] chore: release version v0.10.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f3662f..4268c82 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-tcp", - "version": "0.10.1", + "version": "0.10.2", "description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces", "main": "src/index.js", "scripts": {