[Pkg-javascript-commits] [node-static] 115/151: Bumped version number to 0.6.9

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Tue Jan 7 23:18:02 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 779b689ad9dc3be86f3efdf1c7c7e82af9f04555
Author: Pablo Cantero <pablo at pablocantero.com>
Date:   Thu Apr 11 15:11:29 2013 -0300

    Bumped version number to 0.6.9
---
 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 33aac7f..7784c04 100644
--- a/lib/node-static.js
+++ b/lib/node-static.js
@@ -8,7 +8,7 @@ var fs     = require('fs')
   , util   = require('./node-static/util');
 
 // Current version
-var version = [0, 6, 8];
+var version = [0, 6, 9];
 
 // In-memory file store
 var store      = {};
diff --git a/package.json b/package.json
index 525129c..5091077 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
       "request": "latest",
       "vows": "latest"
     },
-    "version" : "0.6.8",
+    "version" : "0.6.9",
     "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