From 2f144d40cdf4da250f5b81bcc08aa4cb4f3f3338 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Wed, 14 Oct 2015 10:22:42 -0400 Subject: [PATCH] Bump package version to 0.13.5 --- 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 6dc75219e..2909312b4 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bitcore", "main": "./bitcore.min.js", - "version": "0.13.4", + "version": "0.13.5", "homepage": "http://bitcore.io", "authors": [ "BitPay, Inc." diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 31f06b7ea..e2532fbc1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "bitcore", - "version": "0.13.4", + "version": "0.13.5", "dependencies": { "bn.js": { "version": "2.0.4", diff --git a/package.json b/package.json index 6f3f3db6b..419859d7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitcore", - "version": "0.13.4", + "version": "0.13.5", "description": "A pure and powerful JavaScript Bitcoin library.", "author": "BitPay ", "main": "index.js",