Skip to content

Commit

Permalink
v0.3.25
Browse files Browse the repository at this point in the history
  • Loading branch information
nrstott committed Dec 8, 2011
1 parent 79d4cba commit f552bfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -9,6 +9,7 @@
* Added `bogart.q` which exposes the promise implementation used by Bogart.
* Added `bogart.promisify` which adapts node-style asynchronous functions to promises.
* Added `bogart.proxy`, a helper to create a JSGI response that proxies a URL.
* Added `viewEngine.share`, a helper for serializing JavaScript to views. See the new example in 'examples/share-javascript'.

## v0.3.24

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,24];
exports.version = [0,3,25];

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.24",
"version": "0.3.25",
"keywords": ["bogart", "framework", "sinatra", "REST"],
"author": "Nathan Stott",
"email": "nathan.stott@whiteboard-it.com",
Expand Down

0 comments on commit f552bfd

Please sign in to comment.