Skip to content

Commit

Permalink
[Update] v1.0.0 -> v1.0.1
Browse files Browse the repository at this point in the history
Fixes a bug where a malformed header would prevent a request from
ever completing.  Also includes corrections to the README.
  • Loading branch information
mikenicholson committed Apr 8, 2015
1 parent 13e1967 commit 3eae91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "passport-jwt",
"version": "1.0.0",
"version": "1.0.1",
"description": "Passport authentication strategy using JSON Web Tokens",
"main": "./lib",
"scripts": {
Expand Down

0 comments on commit 3eae91b

Please sign in to comment.