Skip to content

Commit

Permalink
v0.3.38
Browse files Browse the repository at this point in the history
  • Loading branch information
nrstott committed Jan 17, 2012
1 parent 256b53a commit de2f73d
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.38

* Changed `bogart.response()` to `bogart.res()` to better fit design philosophy and Node conventions.

## v0.3.37

* Changed signature of view engine renderer function so that the caching mechanism is readily available for view engine implementations.
Expand Down
2 changes: 1 addition & 1 deletion lib/bogart.js
Expand Up @@ -11,7 +11,7 @@ var
inherits = require('util').inherits,
EventEmitter = require('events').EventEmitter;

exports.version = [0,3,37];
exports.version = [0,3,38];

exports.q = Q;

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

0 comments on commit de2f73d

Please sign in to comment.