From 7c08e76cece918cdc50f55948b054e5ba078b6b4 Mon Sep 17 00:00:00 2001 From: David Dias Date: Tue, 21 Jul 2015 16:01:13 -0700 Subject: [PATCH] Release v0.1.1. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8517e216..827d6f97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipfs-swarm", - "version": "0.1.0", + "version": "0.1.1", "description": "IPFS swarm implementation in Node.js", "main": "src/index.js", "scripts": {