[Pkg-javascript-commits] [node-static] 07/151: (dist) version bump
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Tue Jan 7 23:17:55 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 273ac514f2dee9e8122885c588908cf76553f6c5
Author: cloudhead <self at cloudhead.net>
Date: Tue Jul 27 14:59:00 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 f6a7949..85911ae 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');
-this.version = [0, 1, 0];
+this.version = [0, 2, 0];
var mime = require('./node-static/mime');
diff --git a/package.json b/package.json
index bf146a3..755fe9b 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
"dependencies" : [],
"lib" : "lib",
"main" : "./lib/node-static",
- "version" : "0.1.0",
+ "version" : "0.2.0",
"directories" : { "lib": "./lib/node-static", "test": "./test" },
"engines" : { "node": "> 0.1.98" }
}
--
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