Skip to content

Commit

Permalink
Bump to v0.5.25
Browse files Browse the repository at this point in the history
  • Loading branch information
nrstott committed May 29, 2014
1 parent 3a50d6f commit 65709ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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,5,24];
exports.version = [0,5,25];

exports.util = require('./util');

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

0 comments on commit 65709ae

Please sign in to comment.