Skip to content

Commit

Permalink
Bump 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
srod committed Nov 8, 2012
1 parent 75c4cda commit 8c13738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/node-minify.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,5 @@ var minify = (function (undefined) {

})();

exports.version = '0.6.0';
exports.version = '0.6.1';
exports.minify = minify;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-minify",
"version": "0.6.0",
"version": "0.6.1",
"description": "Javascript / CSS minifier based on YUI Compressor / Google Closure Compiler / UglifyJS / UglifyJS2",
"homepage": "https://github.com/srod/node-minify",
"author": {
Expand Down

0 comments on commit 8c13738

Please sign in to comment.