[Pkg-javascript-commits] [node-static] 21/151: (dist) version bump
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Tue Jan 7 23:17:56 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 0ae9513c12186c45f54c1e4f33dce7b8ff2aa217
Author: cloudhead <self at cloudhead.net>
Date: Tue Aug 3 19:29:23 2010 -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 41208e8..de94f38 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, 4, 0];
+this.version = [0, 4, 1];
var mime = require('./node-static/mime');
var util = require('./node-static/util');
diff --git a/package.json b/package.json
index ea72330..025c30b 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"dependencies" : [],
"lib" : "lib",
"main" : "./lib/node-static",
- "version" : "0.4.0",
+ "version" : "0.4.1",
"directories" : { "lib": "./lib/node-static", "test": "./test" },
"engines" : { "node": ">= 0.1.100" }
}
--
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