Skip to content

Commit

Permalink
Bump version to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Feb 11, 2013
1 parent 9864e06 commit 6333a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passport-google",
"version": "0.2.0",
"version": "0.3.0",
"description": "Google (OpenID) authentication strategy for Passport.",
"keywords": ["passport", "google", "auth", "authn", "authentication", "identity"],
"repository": {
Expand All @@ -22,7 +22,7 @@
"main": "./lib/passport-google",
"dependencies": {
"pkginfo": "0.2.x",
"passport-openid": "0.2.x"
"passport-openid": "0.3.x"
},
"devDependencies": {
"vows": "0.6.x"
Expand Down

0 comments on commit 6333a28

Please sign in to comment.