[Pkg-javascript-commits] [node-static] 54/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 783ac170346de427b6a13a842f23f7adf5211f7e
Author: cloudhead <alexis at cloudhead.io>
Date:   Sat Aug 13 18:05:05 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 aadea8f..9399257 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, 8];
+this.version = [0, 5, 9];
 
 var mime = require('./node-static/mime');
 var util = require('./node-static/util');
diff --git a/package.json b/package.json
index f982cf0..b1ce2f4 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
   "dependencies"  : [],
   "lib"           : "lib",
   "main"          : "./lib/node-static",
-  "version"       : "0.5.8",
+  "version"       : "0.5.9",
   "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