Skip to content

Commit

Permalink
Release 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 2, 2012
1 parent 20570fc commit 2ac612f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

2.5.4 / 2012-01-02
==================

* Fixed `express(1)` eol on 0.4.x. Closes #947

2.5.3 / 2011-12-30
==================

Expand Down
2 changes: 1 addition & 1 deletion bin/express
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var fs = require('fs')
* Framework version.
*/

var version = '2.5.2';
var version = '2.5.4';

/**
* Add session support.
Expand Down
2 changes: 1 addition & 1 deletion lib/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var exports = module.exports = connect.middleware;
* Framework version.
*/

exports.version = '2.5.3';
exports.version = '2.5.4';

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

0 comments on commit 2ac612f

Please sign in to comment.