From fe284c1f02a489ecc75cf339e2203ff210b7c1ec Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 4 Mar 2015 16:23:49 -0300 Subject: [PATCH] bump to version 0.0.3, npm bwc dep --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d1716c4..8641d96 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bitcore-wallet-service", "description": "A service for Mutisig HD Bitcoin Wallets", "author": "BitPay Inc", - "version": "0.0.2", + "version": "0.0.3", "keywords": [ "bitcoin", "copay", @@ -20,7 +20,7 @@ "dependencies": { "async": "^0.9.0", "bitcore": "^0.11.2", - "bitcore-wallet-utils": "git+https://github.com/bitpay/bitcore-wallet-utils.git", + "bitcore-wallet-utils": "0.0.1", "bitcore-explorers": "^0.9.1", "body-parser": "^1.11.0", "coveralls": "^2.11.2",