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

Commit ed51bfa

Browse files
committed
bump version
1 parent 6ba1fc0 commit ed51bfa

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

bitcore-lib.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54335,7 +54335,7 @@ exports.createContext = Script.createContext = function (context) {
5433554335
},{}],214:[function(require,module,exports){
5433654336
module.exports={
5433754337
"name": "bitcore-lib",
54338-
"version": "0.15.0",
54338+
"version": "0.16.0",
5433954339
"description": "A pure and powerful JavaScript Bitcoin library.",
5434054340
"author": "BitPay <[email protected]>",
5434154341
"main": "index.js",
@@ -54378,8 +54378,8 @@ module.exports={
5437854378
},
5437954379
"devDependencies": {
5438054380
"bitcore-build": "https://github.com/bitpay/bitcore-build.git#1023e8a99cd42b9241ccafe8e34c52f308c10284",
54381-
"brfs": "^1.2.0",
54382-
"chai": "^1.10.0",
54381+
"brfs": "^2.0.1",
54382+
"chai": "^4.2.0",
5438354383
"gulp": "^4.0.0",
5438454384
"sinon": "^7.1.1"
5438554385
},

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitcore-lib",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "A pure and powerful JavaScript Bitcoin library.",
55
"author": "BitPay <[email protected]>",
66
"main": "index.js",

0 commit comments

Comments
 (0)