Skip to content

Commit

Permalink
Bums version number 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Cantero committed Jan 10, 2014
1 parent 98b4d5f commit 4858a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/node-static.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var fs = require('fs')
, util = require('./node-static/util');

// Current version
var version = [0, 7, 2];
var version = [0, 7, 3];

Server = function (root, options) {
if (root && (typeof(root) === 'object')) { options = root; root = null }
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"request": "latest",
"vows": "latest"
},
"version" : "0.7.2",
"version" : "0.7.3",
"engines" : { "node": ">= 0.4.1" }
}

0 comments on commit 4858a82

Please sign in to comment.