From 6ae9b2f835d3a462af38752c3e97fc7670bc355e Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Thu, 28 Jan 2016 13:10:41 -0500 Subject: [PATCH] Bump package version to 0.13.12 --- 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 5dcf8a3..1e6bdca 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bitcore-lib", "main": "./bitcore-lib.min.js", - "version": "0.13.11", + "version": "0.13.12", "homepage": "http://bitcore.io", "authors": [ "BitPay, Inc." diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7419d66..8e5e484 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "bitcore", - "version": "0.13.11", + "version": "0.13.12", "dependencies": { "bn.js": { "version": "2.0.4", diff --git a/package.json b/package.json index 51daddb..503e05e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcore-lib", - "version": "0.13.11", + "version": "0.13.12", "description": "A pure and powerful JavaScript Bitcoin library.", "author": "BitPay ", "main": "index.js",