[Pkg-javascript-commits] [node-static] 149/151: Bump version to 0.7.2
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Tue Jan 7 23:18:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository node-static.
commit 89048dc9040ed6f0341a3a5e1caaafda8c3cfc37
Author: Pablo Cantero <pablo at pablocantero.com>
Date: Sun Oct 20 22:25:03 2013 -0200
Bump version to 0.7.2
---
lib/node-static.js | 2 +-
package.json | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/node-static.js b/lib/node-static.js
index 4b19118..9030c68 100644
--- a/lib/node-static.js
+++ b/lib/node-static.js
@@ -8,7 +8,7 @@ var fs = require('fs')
, util = require('./node-static/util');
// Current version
-var version = [0, 7, 1];
+var version = [0, 7, 2];
Server = function (root, options) {
if (root && (typeof(root) === 'object')) { options = root; root = null }
diff --git a/package.json b/package.json
index 5a094bd..26fd1e3 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
"request": "latest",
"vows": "latest"
},
- "version" : "0.7.1",
+ "version" : "0.7.2",
"engines" : { "node": ">= 0.4.1" }
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-static.git
More information about the Pkg-javascript-commits
mailing list