From 541ec1fddabc62bf3b798017ddddf607fcf36b54 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 14 Mar 2016 17:02:22 +0000 Subject: [PATCH] Release v0.4.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d167f42..0e30082 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-tcp", - "version": "0.3.0", + "version": "0.4.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": {