From 46672b669f34b218ca7fa3183c32dc0e937881e9 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 13 Apr 2017 15:10:07 +0100 Subject: [PATCH] chore: release version v0.10.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a15fcf1..3f6ed28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-tcp", - "version": "0.10.0", + "version": "0.10.1", "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": {