Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump - v0.2.8
  • Loading branch information
kishorenc committed Feb 12, 2012
1 parent 5e61b27 commit ba24ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/road.js
Expand Up @@ -2,7 +2,7 @@ var fs = require('fs');


var config = {}; var config = {};


exports.version = '0.2.7'; exports.version = '0.2.8';


this.configure = function (viewExtension, routes, useLayout, callback) { this.configure = function (viewExtension, routes, useLayout, callback) {
config.viewExtension = viewExtension; config.viewExtension = viewExtension;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "road", "name": "road",
"version": "0.2.7", "version": "0.2.8",
"description": "A route helper for express.", "description": "A route helper for express.",
"homepage": "https://github.com/kishorenc/road", "homepage": "https://github.com/kishorenc/road",
"author": "Kishore Nallan <kishore@kishorelive.com>", "author": "Kishore Nallan <kishore@kishorelive.com>",
Expand Down

0 comments on commit ba24ffd

Please sign in to comment.