From c9e056a0a3867fab67ca21a36c19ed4c5f745cb0 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Fri, 29 Jul 2016 18:00:25 -0400 Subject: [PATCH] Bump package version to 0.13.18 --- 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 863c6ff..d383783 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bitcore-lib", "main": "./bitcore-lib.min.js", - "version": "0.13.17", + "version": "0.13.18", "homepage": "http://bitcore.io", "authors": [ "BitPay, Inc." diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 68c7afa..0c13a99 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "bitcore", - "version": "0.13.17", + "version": "0.13.18", "dependencies": { "bn.js": { "version": "2.0.4", diff --git a/package.json b/package.json index 26f046b..dbb27a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcore-lib", - "version": "0.13.17", + "version": "0.13.18", "description": "A pure and powerful JavaScript Bitcoin library.", "author": "BitPay ", "main": "index.js",