Skip to content

Commit 73d6e20

Browse files
committedOct 30, 2011
Bump version to 0.1.1.
1 parent 3866187 commit 73d6e20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎lib/passport-http/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var DigestStrategy = require('./strategies/digest');
88
/**
99
* Framework version.
1010
*/
11-
exports.version = '0.1.0';
11+
exports.version = '0.1.1';
1212

1313
/**
1414
* Expose constructors.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "passport-http",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "HTTP Basic and Digest authentication strategies for Passport.",
55
"author": "Jared Hanson <jaredhanson@gmail.com> (http://www.jaredhanson.net/)",
66
"repository": {

0 commit comments

Comments
 (0)
Failed to load comments.