Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 11, 2011
1 parent dc56b9b commit 52353da
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

1.0.2 / 2011-01-10
==================

* Removed nested require, using `connect.router`

1.0.1 / 2010-12-29
==================

Expand Down
2 changes: 1 addition & 1 deletion bin/express
Expand Up @@ -12,7 +12,7 @@ var fs = require('fs')
* Framework version.
*/

var version = '1.0.1';
var version = '1.0.2';

/**
* stdin stream.
Expand Down
2 changes: 1 addition & 1 deletion lib/express/index.js
Expand Up @@ -19,7 +19,7 @@ var exports = module.exports = require('connect').middleware;
* Framework version.
*/

exports.version = '1.0.1';
exports.version = '1.0.2';

/**
* Module dependencies.
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "1.0.1",
"version": "1.0.2",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
{ "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" },
Expand Down

0 comments on commit 52353da

Please sign in to comment.