From 7a56719c3c6d017aa5fd8abd7dd625fc53275c6b Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Tue, 5 Jul 2016 13:15:26 -0400 Subject: [PATCH] Bump package version to 0.13.17 --- bower.json | 2 +- npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 0caedd4..863c6ff 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bitcore-lib", "main": "./bitcore-lib.min.js", - "version": "0.13.16", + "version": "0.13.17", "homepage": "http://bitcore.io", "authors": [ "BitPay, Inc." diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c4f8634..68c7afa 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "bitcore", - "version": "0.13.16", + "version": "0.13.17", "dependencies": { "bn.js": { "version": "2.0.4", diff --git a/package.json b/package.json index 9982270..26f046b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcore-lib", - "version": "0.13.16", + "version": "0.13.17", "description": "A pure and powerful JavaScript Bitcoin library.", "author": "BitPay ", "main": "index.js",