From 5ee1c3f6aa15b9cbc87708301d53189676b59f13 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Wed, 27 May 2015 10:30:16 -0400 Subject: [PATCH] Bump package version to 0.12.7 --- 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 077bdf0dd..42bc0cf20 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bitcore", "main": "./bitcore.min.js", - "version": "0.12.6", + "version": "0.12.7", "homepage": "http://bitcore.io", "authors": [ "BitPay, Inc." diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e094eaf6a..33359f015 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "bitcore", - "version": "0.12.6", + "version": "0.12.7", "dependencies": { "bn.js": { "version": "2.0.4", diff --git a/package.json b/package.json index c010dd325..98d9641fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcore", - "version": "0.12.6", + "version": "0.12.7", "description": "A pure and powerful JavaScript Bitcoin library.", "author": "BitPay ", "main": "index.js",