From b6fda984dd17cd9a6879728b87f1f6d8924025b0 Mon Sep 17 00:00:00 2001 From: Patrick Nagurny Date: Thu, 1 Oct 2015 12:43:02 -0400 Subject: [PATCH] Bump package version to 0.3.0 --- bower.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 0c6714c..56700ef 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "bitauth", "main": "./bitauth.min.js", - "version": "0.2.1", + "version": "0.3.0", "homepage": "https://github.com/bitpay/bitauth", "authors": [ "BitPay, Inc." diff --git a/package.json b/package.json index beb1a5d..eeca10e 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "test": "gulp test" }, "main": "index.js", - "version": "0.2.1", + "version": "0.3.0", "dependencies": { "bs58": "^2.0.0", "elliptic": "=1.0.0",