From 60d1f6463d09a677a98798ee3cdb85dc57a66c37 Mon Sep 17 00:00:00 2001 From: David Dias Date: Thu, 4 Aug 2016 16:36:25 +0100 Subject: [PATCH] chore: release version v0.6.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48d1b84..0227e28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-merkle-dag", - "version": "0.6.1", + "version": "0.6.2", "description": "A JavaScript implementations of the IPFS MerkleDAG implementations (protobufs)", "main": "lib/index.js", "jsnext:main": "src/index.js",