From 9729af93bb891c93d8a690af7d03e044b90e0a83 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sat, 17 May 2014 18:56:19 -0300 Subject: [PATCH 1/2] 0.1.12 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 446675431..a0d6f8ede 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.11", + "version": "0.1.12", "author": { "name": "Ryan X Charles", "email": "ryan@bitpay.com" @@ -26,8 +26,7 @@ }, { "name": "Juan Ignacio Sosa Lopez", - "email": "bechilandia@gmail.com" - + "email": "bechilandia@gmail.com" } ], "bugs": { From 83a4adf570c161fdebf119235caae95cd27e5bed Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Sat, 17 May 2014 19:00:02 -0300 Subject: [PATCH 2/2] update deps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a0d6f8ede..505b6f1f6 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "start": "INSIGHT_PUBLIC_PATH=public node node_modules/.bin/insight-bitcore-api" }, "dependencies": { - "insight-bitcore-api": "~0.1.11" + "insight-bitcore-api": "=0.1.12" }, "devDependencies": { "bower": "~1.2.8",