From ae3435a4493e1591b024ba72e00b658d62bb2759 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Wed, 11 Nov 2015 10:36:16 -0500 Subject: [PATCH] Bump package version to 0.13.10 --- 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 e4fb5a9..700a80b 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bitcore-lib", "main": "./bitcore-lib.min.js", - "version": "0.13.9", + "version": "0.13.10", "homepage": "http://bitcore.io", "authors": [ "BitPay, Inc." diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c5c7542..7071fbd 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "bitcore", - "version": "0.13.8", + "version": "0.13.10", "dependencies": { "bn.js": { "version": "2.0.4", diff --git a/package.json b/package.json index 179b5be..3f03193 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcore-lib", - "version": "0.13.9", + "version": "0.13.10", "description": "A pure and powerful JavaScript Bitcoin library.", "author": "BitPay ", "main": "index.js",