Skip to content

Commit

Permalink
Release 2.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 29, 2012
1 parent 2968bb0 commit 0ac1ba5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

2.5.11 / 2012-06-29
==================

* Fixed backport of req.protocol

2.5.10 / 2012-06-15
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/express.js
Expand Up @@ -28,7 +28,7 @@ var exports = module.exports = connect.middleware;
* Framework version.
*/

exports.version = '2.5.10';
exports.version = '2.5.11';

/**
* Shortcut for `new Server(...)`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "2.5.10",
"version": "2.5.11",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
{ "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" },
Expand Down

0 comments on commit 0ac1ba5

Please sign in to comment.