From 23080a8bf9b13da25457060bbd2dd513f617c20b Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Wed, 4 Nov 2015 10:42:44 -0500 Subject: [PATCH] Bump package version to 0.13.8 --- 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 a885520..2c6be12 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bitcore-lib", "main": "./bitcore-lib.min.js", - "version": "0.13.7", + "version": "0.13.8", "homepage": "http://bitcore.io", "authors": [ "BitPay, Inc." diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ed38afe..c5c7542 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "bitcore", - "version": "0.13.7", + "version": "0.13.8", "dependencies": { "bn.js": { "version": "2.0.4", diff --git a/package.json b/package.json index 3dd0edd..f7a7cad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcore-lib", - "version": "0.13.7", + "version": "0.13.8", "description": "A pure and powerful JavaScript Bitcoin library.", "author": "BitPay ", "main": "index.js",