From f72fe82c6037011220bd7936bf3baa263ce59a00 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Mon, 20 Jun 2016 10:25:25 -0400 Subject: [PATCH] Bump package version to 3.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 35b25b7c..7564aea3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bitcore-node", "description": "Full node with extended capabilities using Bitcore and Bitcoin Core", "author": "BitPay ", - "version": "3.0.1", + "version": "3.0.2", "main": "./index.js", "repository": "git://github.com/bitpay/bitcore-node.git", "homepage": "https://github.com/bitpay/bitcore-node",