diff --git a/package.json b/package.json index bc6668d..1193547 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.19", + "version": "0.0.20", "keywords": [ "bitcoin", "copay", @@ -19,8 +19,9 @@ }, "dependencies": { "async": "^0.9.0", + "bitcore": "^0.11.4", "bitcore-explorers": "^0.10.3", - "bitcore-wallet-utils": "0.0.9", + "bitcore-wallet-utils": "0.0.11", "body-parser": "^1.11.0", "coveralls": "^2.11.2", "express": "^4.10.0",