Skip to content

Commit

Permalink
Bump v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kishorenc committed Jun 24, 2012
1 parent 2e6c92d commit 28720a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/road.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var fs = require('fs');

var config = {};

exports.version = '0.3.2';
exports.version = '0.3.3';

var road = module.exports = function(app) {
for (var index in config.routes) {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "road",
"version": "0.3.2",
"version": "0.3.3",
"description": "A route helper for express.",
"homepage": "https://github.com/kishorenc/road",
"author": "Kishore Nallan <kishore@kishorelive.com>",
Expand All @@ -26,4 +26,4 @@
"licenses" : [
{ "type" : "MIT", "url" : "https://raw.github.com/kishorenc/road/master/LICENSE" }
]
}
}

0 comments on commit 28720a7

Please sign in to comment.