Skip to content

Commit

Permalink
Version 0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Sep 29, 2011
1 parent d18aef0 commit 486fd27
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= HEAD
= 0.5.12 / 2011-09-29

* Added directory middleware.

Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var util = require("util"),
/**
* The current version of Strata as [major, minor, patch].
*/
exports.version = [0, 5, 11];
exports.version = [0, 5, 12];

exports.run = run;
exports.createServer = createServer;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strata",
"version": "0.5.11",
"version": "0.5.12",
"author": "Michael Jackson <mjijackson@gmail.com>",
"description": "A fast, streaming web framework patterned after WSGI/Rack",
"keywords": ["web", "server", "framework", "middleware", "rack", "jsgi", "wsgi", "connect", "express"],
Expand Down

0 comments on commit 486fd27

Please sign in to comment.