From a008d1db34bf65be3fb2b0e5a60089168d59b359 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 29 May 2016 08:56:30 +0100 Subject: [PATCH] chore: release version v0.6.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bb61c82..99b7f89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-tcp", - "version": "0.6.0", + "version": "0.6.1", "description": "Node.js implementation of the TCP module that libp2p uses, which implements the interface-connection and interface-transport interfaces", "main": "lib/index.js", "jsnext:main": "src/index.js",