Bumped the version of bitcore-lib.

This commit is contained in:
Chris Kleeschulte 2017-05-17 15:16:49 -04:00
parent e99e1636a3
commit ad4e25ef1b
No known key found for this signature in database
GPG Key ID: 33195D27EF6BDB7F
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "bitcore",
"version": "4.1.0",
"version": "4.1.1",
"description": "A platform to build bitcoin and blockchain-based applications.",
"author": "BitPay <dev@bitpay.com>",
"main": "index.js",
@ -82,7 +82,7 @@
"request": "browser-request"
},
"dependencies": {
"bitcore-lib": "^0.13.14",
"bitcore-lib": "^0.14",
"bitcore-node": "~3.1.0",
"insight-api": "^0.4.0",
"insight-ui": "^0.4.0"