Bump package version to 0.3.2

This commit is contained in:
Patrick Nagurny 2015-11-10 15:29:00 -05:00
parent 6638fa64f2
commit de6e429d37
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.3.1", "version": "0.3.2",
"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.3.1", "version": "0.3.2",
"dependencies": { "dependencies": {
"bs58": "^2.0.0", "bs58": "^2.0.0",
"elliptic": "=1.0.0", "elliptic": "=1.0.0",