From 06b2b9b2afb3446f679687a0e21a0e68f3891bc4 Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 13 Apr 2016 09:04:20 +0100 Subject: [PATCH] chore: release version v0.4.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44ee952..6bc442b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-merkle-dag", - "version": "0.3.0", + "version": "0.4.0", "description": "A JavaScript implementations of the IPFS MerkleDAG implementations (protobufs)", "main": "lib/index.js", "jsnext:main": "src/index.js",