Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matiu committed Nov 29, 2018
1 parent 6ba1fc0 commit ed51bfa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions bitcore-lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -54335,7 +54335,7 @@ exports.createContext = Script.createContext = function (context) {
},{}],214:[function(require,module,exports){
module.exports={
"name": "bitcore-lib",
"version": "0.15.0",
"version": "0.16.0",
"description": "A pure and powerful JavaScript Bitcoin library.",
"author": "BitPay <[email protected]>",
"main": "index.js",
Expand Down Expand Up @@ -54378,8 +54378,8 @@ module.exports={
},
"devDependencies": {
"bitcore-build": "https://github.com/bitpay/bitcore-build.git#1023e8a99cd42b9241ccafe8e34c52f308c10284",
"brfs": "^1.2.0",
"chai": "^1.10.0",
"brfs": "^2.0.1",
"chai": "^4.2.0",
"gulp": "^4.0.0",
"sinon": "^7.1.1"
},
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitcore-lib",
"version": "0.15.0",
"version": "0.16.0",
"description": "A pure and powerful JavaScript Bitcoin library.",
"author": "BitPay <[email protected]>",
"main": "index.js",
Expand Down

0 comments on commit ed51bfa

Please sign in to comment.