[Pkg-javascript-commits] [node-static] 04/07: Bums version number 0.7.3
Jérémy Lal
kapouer at moszumanska.debian.org
Fri Jan 10 22:55:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-static.
commit 4858a8212c580fa831b9614825275f38791df579
Author: Pablo Cantero <pablo at pablocantero.com>
Date: Fri Jan 10 14:32:22 2014 -0200
Bums version number 0.7.3
---
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 5c7cf91..1287115 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, 2];
+var version = [0, 7, 3];
Server = function (root, options) {
if (root && (typeof(root) === 'object')) { options = root; root = null }
diff --git a/package.json b/package.json
index 26fd1e3..27d8ab8 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
"request": "latest",
"vows": "latest"
},
- "version" : "0.7.2",
+ "version" : "0.7.3",
"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