From f531a4c775a0c6cc45dbc6516730724bf23fc31d Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 8 Jul 2015 15:34:49 -0700 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 94a9e63..1c5ced7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-peer-id", - "version": "0.0.0", + "version": "0.1.0", "description": "IPFS Peer Id implementation in Node.js", "main": "src/index.js", "scripts": {