Bump package version to 0.3.0

This commit is contained in:
Patrick Nagurny 2015-10-01 12:43:02 -04:00
parent 58be079968
commit b6fda984dd
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "bitauth", "name": "bitauth",
"main": "./bitauth.min.js", "main": "./bitauth.min.js",
"version": "0.2.1", "version": "0.3.0",
"homepage": "https://github.com/bitpay/bitauth", "homepage": "https://github.com/bitpay/bitauth",
"authors": [ "authors": [
"BitPay, Inc." "BitPay, Inc."

View File

@ -28,7 +28,7 @@
"test": "gulp test" "test": "gulp test"
}, },
"main": "index.js", "main": "index.js",
"version": "0.2.1", "version": "0.3.0",
"dependencies": { "dependencies": {
"bs58": "^2.0.0", "bs58": "^2.0.0",
"elliptic": "=1.0.0", "elliptic": "=1.0.0",