[Pkg-javascript-commits] [node-static] 89/151: Bumped version number to 6.0.4
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Tue Jan 7 23:18:00 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 7f43aa5657b80f789ed725e63542025fc35e1e77
Author: Pablo Cantero <pablo at pablocantero.com>
Date: Fri Oct 19 09:13:33 2012 -0300
Bumped version number to 6.0.4
---
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 3c59066..ea13b92 100644
--- a/lib/node-static.js
+++ b/lib/node-static.js
@@ -5,7 +5,7 @@ var fs = require('fs')
, url = require('url')
, path = require('path');
-exports.version = [0, 6, 3];
+exports.version = [0, 6, 4];
var mime = require('./node-static/mime');
var util = require('./node-static/util');
diff --git a/package.json b/package.json
index b4c31a6..f15f82d 100644
--- a/package.json
+++ b/package.json
@@ -30,7 +30,7 @@
"request": "latest",
"vows": "latest"
},
- "version" : "0.6.3",
+ "version" : "0.6.4",
"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