[Pkg-javascript-commits] [node-static] 146/151: Bumps version to 0.7.1

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Tue Jan 7 23:18:04 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 b51b8aeffb7cfd1d87d5b730226931a73e84b9a3
Author: Pablo Cantero <pablo at pablocantero.com>
Date:   Mon Aug 26 17:26:22 2013 -0300

    Bumps version to 0.7.1
---
 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 011c458..5e0cc3c 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, 7, 0];
+var version = [0, 7, 1];
 
 Server = function (root, options) {
     if (root && (typeof(root) === 'object')) { options = root; root = null }
diff --git a/package.json b/package.json
index b282f25..5a094bd 100644
--- a/package.json
+++ b/package.json
@@ -31,7 +31,7 @@
       "request": "latest",
       "vows": "latest"
     },
-    "version" : "0.7.0",
+    "version" : "0.7.1",
     "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