Skip to content

Commit 6263961

Browse files
author
Pablo Cantero
committed
Bump version to 1.7.2
1 parent f9717e5 commit 6263961

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node-static.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ var fs = require('fs')
88
, util = require('./node-static/util');
99

1010
// Current version
11-
var version = [0, 7, 1];
11+
var version = [0, 7, 2];
1212

1313
Server = function (root, options) {
1414
if (root && (typeof(root) === 'object')) { options = root; root = null }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"request": "latest",
3232
"vows": "latest"
3333
},
34-
"version" : "0.7.1",
34+
"version" : "0.7.2",
3535
"engines" : { "node": ">= 0.4.1" }
3636
}
3737

0 commit comments

Comments
 (0)