From 9ab6eefef31ee9d67a4f15fb6d9b721a130185cb Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Wed, 1 Jul 2015 14:54:41 -0400 Subject: [PATCH] Bump package version to 0.12.11 --- 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 7e37c17..2b00093 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bitcore", "main": "./bitcore.min.js", - "version": "0.12.10", + "version": "0.12.11", "homepage": "http://bitcore.io", "authors": [ "BitPay, Inc." diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c25b933..b8702db 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "bitcore", - "version": "0.12.10", + "version": "0.12.11", "dependencies": { "bn.js": { "version": "2.0.4", diff --git a/package.json b/package.json index c8c999b..201f20b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcore", - "version": "0.12.10", + "version": "0.12.11", "description": "A pure and powerful JavaScript Bitcoin library.", "author": "BitPay ", "main": "index.js",