[Pkg-javascript-commits] [node-static] 48/151: (dist) version bump
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Tue Jan 7 23:17:58 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 f697b74e91d58ac0054c47ccb1e8eda3eb593d6b
Author: cloudhead <alexis at cloudhead.io>
Date: Fri Jul 22 12:38:08 2011 -0400
(dist) version bump
---
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 2cddd99..2bfb7ca 100644
--- a/lib/node-static.js
+++ b/lib/node-static.js
@@ -6,7 +6,7 @@ var fs = require('fs'),
url = require('url'),
path = require('path');
-this.version = [0, 5, 6];
+this.version = [0, 5, 7];
var mime = require('./node-static/mime');
var util = require('./node-static/util');
diff --git a/package.json b/package.json
index f79326a..c4befc7 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"dependencies" : [],
"lib" : "lib",
"main" : "./lib/node-static",
- "version" : "0.5.6",
+ "version" : "0.5.7",
"directories" : { "test": "./test" },
"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