Skip to content

Commit

Permalink
v0.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nrstott committed Sep 25, 2016
1 parent 81f958a commit df65d38
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var
EventEmitter = require('events').EventEmitter,
Injector = require('bogart-injector');

exports.version = [0,7,11];
exports.version = [0,7,12];

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bogart-edge",
"description": "Fast JSGI web framework taking inspiration from Sinatra",
"version": "0.7.11",
"version": "0.7.12",
"keywords": [
"bogart",
"framework",
Expand Down

0 comments on commit df65d38

Please sign in to comment.