Skip to content

Commit

Permalink
Version bump to v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoguchi committed Jun 20, 2011
1 parent 3d02e37 commit 651b8f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose-auth",
"description": "User authentication plugin for mongoose node.js orm",
"version": "0.0.10",
"version": "0.0.11",
"homepage": "https://github.com/bnoguchi/mongoose-auth/",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,8 @@
},
"dependencies": {
"bcrypt":">=0.2.0",
"mongoose": ">=1.3.7",
"everyauth": ">=0.2.5",
"mongoose": ">=1.4.0",
"everyauth": ">=0.2.11",
"mongoose-types": ">=1.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit 651b8f8

Please sign in to comment.