diff --git a/README.md b/README.md index 0033295..cc0ac1e 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# grunt-csso v0.6.4 +# grunt-csso v0.6.5 [![Build Status](https://secure.travis-ci.org/t32k/grunt-csso.svg?branch=master)](http://travis-ci.org/t32k/grunt-csso) [![NPM version](https://badge.fury.io/js/grunt-csso.svg)](http://badge.fury.io/js/grunt-csso) @@ -106,6 +106,7 @@ csso: { ## Release History ++ 2014/11/30 - v0.6.5 - Improve CLI output. + 2014/11/17 - v0.6.4 - Update dependencies modules. + 2014/07/20 - v0.6.3 - Update dependencies modules. + 2014/03/18 - v0.6.2 - Update dependencies modules. diff --git a/package.json b/package.json index 5e56e4a..52806eb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-csso", "description": "Minify CSS files with CSSO.", - "version": "0.6.4", + "version": "0.6.5", "homepage": "https://github.com/t32k/grunt-csso", "author": { "name": "Koji Ishimoto",