From 0b345489680040a5f7f1b00259dc9bab754266a0 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sun, 24 Apr 2016 21:47:24 +0100 Subject: [PATCH] chore: release version v0.2.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 110edc6..a735a78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-blocks", - "version": "0.2.1", + "version": "0.2.2", "description": "JavaScript Implementation of Block and BlockService", "main": "lib/index.js", "jsnext:main": "src/index.js",