From 3781115f4225e25471514cceb7ab96cb4333060b Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 25 Apr 2016 02:21:55 +0100 Subject: [PATCH] Release v0.5.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e30082..4d1b546 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-tcp", - "version": "0.4.0", + "version": "0.5.0", "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": {