Skip to content

Commit

Permalink
v0.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
nrstott committed Nov 16, 2011
1 parent 6850969 commit 9375e44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,3 +1,7 @@
## v0.3.21

* `after` had been left off of the public API of router, added it

## v0.3.20 ## v0.3.20


* Simplified and corrected code for `pipe` method on the request object for the `Parted` middleware. * Simplified and corrected code for `pipe` method on the request object for the `Parted` middleware.
Expand Down
2 changes: 1 addition & 1 deletion lib/bogart.js
Expand Up @@ -9,7 +9,7 @@ var
fs = require('fs'), fs = require('fs'),
view = require('./view'); view = require('./view');


exports.version = [0,3,20]; exports.version = [0,3,21];


exports.middleware = middleware; exports.middleware = middleware;


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{ {
"name": "bogart", "name": "bogart",
"description": "Fast JSGI web framework taking inspiration from Sinatra", "description": "Fast JSGI web framework taking inspiration from Sinatra",
"version": "0.3.20", "version": "0.3.21",
"keywords": ["bogart", "framework", "sinatra", "REST"], "keywords": ["bogart", "framework", "sinatra", "REST"],
"author": "Nathan Stott", "author": "Nathan Stott",
"email": "nathan.stott@whiteboard-it.com", "email": "nathan.stott@whiteboard-it.com",
Expand Down

0 comments on commit 9375e44

Please sign in to comment.