From 92721a5edae7adbba285462169968df15c1c06a2 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 29 Oct 2015 07:27:50 +0000 Subject: [PATCH] Release v0.1.2. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d0b0d6..2d7eb7e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-tcp", - "version": "0.1.1", + "version": "0.1.2", "description": "Node.js implementation of the TCP module that libp2p uses, which implements the abstract-connection interface", "main": "src/index.js", "scripts": {