Release 3.2.3

This commit is contained in:
TJ Holowaychuk
2013-05-07 07:55:06 -07:00
parent a1d5676ecb
commit 0b09c8981f
3 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
3.2.3 / 2013-05-07
==================
* update connect / qs
3.2.2 / 2013-05-03
==================

View File

@@ -20,7 +20,7 @@ exports = module.exports = createApplication;
* Framework version.
*/
exports.version = '3.2.2';
exports.version = '3.2.3';
/**
* Expose mime.

View File

@@ -1,7 +1,7 @@
{
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "3.2.2",
"version": "3.2.3",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
{