Skip to content

Commit

Permalink
Bump 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
srod committed Jun 20, 2014
1 parent 9d13bdc commit 513fef6
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
Expand Up @@ -130,5 +130,5 @@ var minify = (function (undefined) {
return minify;
})();

exports.version = '0.10.4';
exports.version = '0.10.5';
exports.minify = minify;
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "node-minify",
"version": "0.10.4",
"version": "0.10.5",
"description": "Javascript / CSS minifier based on YUI Compressor / Google Closure Compiler / UglifyJS2 / Sqwish / Clean-css / CSSO",
"homepage": "https://github.com/srod/node-minify",
"author": {
Expand Down

0 comments on commit 513fef6

Please sign in to comment.