From 0edc487b2328f85b5095f2c0aec66b16061dcb6d Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 21 Mar 2017 14:27:22 +0000 Subject: [PATCH] chore: release version v0.9.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f451b72..fae1668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-tcp", - "version": "0.9.3", + "version": "0.9.4", "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": {