From d7a2da8f7bf38e4c6aa487e82e7a00b52a40e0c2 Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Tue, 18 Feb 2014 09:34:07 -0500 Subject: [PATCH] update version for npm - and hopefully fix description issue --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7cb573d4..face300d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "insight-bitcore", - "version": "0.1.0", + "description": "An open-source bitcoin blockchain API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the bitcoin network and build your own services with it.", + "version": "0.1.1", "author": { "name": "Ryan X Charles", "email": "ryan@bitpay.com"