From 4d76f1c6f4ce235a32d59aacf06c87d69b295937 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 13 May 2014 18:01:06 -0300 Subject: [PATCH] v0.1.10 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aedddba..56f12a8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "insight-bitcore", "description": "An open-source frontend for the Insight 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.9", + "version": "0.1.10", "author": { "name": "Ryan X Charles", "email": "ryan@bitpay.com" @@ -47,7 +47,7 @@ "start": "INSIGHT_PUBLIC_PATH=public node node_modules/insight-bitcore-api/insight.js" }, "dependencies": { - "insight-bitcore-api": "~0.1.9" + "insight-bitcore-api": "~0.1.10" }, "devDependencies": { "bower": "~1.2.8",