From c957ae938479d298a1de2515ba6cb67f54f3de0f Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 17 Sep 2015 02:53:09 +0100 Subject: [PATCH] Release v0.1.1. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42e65dc..186f5a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-tcp", - "version": "0.1.0", + "version": "0.1.1", "description": "Node.js implementation of the TCP module that libp2p uses, which implements the abstract-connection interface", "main": "src/index.js", "scripts": {