From 5bfee1abef5abeb97873f3a93ce68ffd01cf1d72 Mon Sep 17 00:00:00 2001 From: David Dias Date: Mon, 28 Dec 2015 22:18:25 +0100 Subject: [PATCH] Release v0.1.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 086258a..43dcdf3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-utp", - "version": "0.0.1", + "version": "0.1.0", "description": "Node.js implementation of the µTP module that libp2p uses, which implements the abstract-connection interface", "main": "src/index.js", "scripts": {