From b08107dc63871bdaf75c5a9211ea4cba00de9642 Mon Sep 17 00:00:00 2001 From: David Dias Date: Sat, 25 Jul 2015 18:42:49 -0700 Subject: [PATCH] Release v0.2.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 827d6f97..ccf533ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-swarm", - "version": "0.1.1", + "version": "0.2.0", "description": "IPFS swarm implementation in Node.js", "main": "src/index.js", "scripts": {