From 1172829368bd03dcf72ed5efc291ac10db7e7488 Mon Sep 17 00:00:00 2001 From: David Dias Date: Wed, 7 Sep 2016 14:10:54 -0400 Subject: [PATCH] chore: release version v0.14.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3716a8c..bbedc14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p-ipfs-browser", - "version": "0.13.0", + "version": "0.14.0", "description": "libp2p build (module) used in js-ipfs when running it on the browser", "main": "lib/index.js", "jsnext:main": "src/index.js",