[Pkg-javascript-commits] [node-static] 23/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 4005ea536a0aabb8d295b71cf52af09735726911
Author: cloudhead <self at cloudhead.net>
Date:   Tue Aug 3 23:15:39 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 24296fa..a9a57aa 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, 1];
+this.version = [0, 4, 2];
 
 var mime = require('./node-static/mime');
 var util = require('./node-static/util');
diff --git a/package.json b/package.json
index 025c30b..fd27f63 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
   "dependencies"  : [],
   "lib"           : "lib",
   "main"          : "./lib/node-static",
-  "version"       : "0.4.1",
+  "version"       : "0.4.2",
   "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