From 7e0ec3046aa5c4ae66c868a9375bb24354340a45 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 12 Mar 2014 16:48:45 -0700 Subject: prep for v0.2.0 release --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75bdedd..0355c5f 100644 --- a/README.md +++ b/README.md @@ -98,4 +98,8 @@ The project's coding style is laid out in the JSHint and JSCS configurations. Ad Released under the MIT license. Copyright Chris Rebert 2014. ## Release History +* v0.2.0 (2014-03-12): Fix/address all outstanding issues. **Backwards-incompatible**. + * **Changed name of task from `css_flip` to `cssflip`.** + * **Bumped Grunt dependency to v0.4.3.** + * Bumped & tightened-up devDependencies. * v0.1.0 (2014-03-06): Initial public release. diff --git a/package.json b/package.json index fc2dd0f..3184a9a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-css-flip", "description": "Grunt plugin for Twitter's css-flip", - "version": "0.1.0", + "version": "0.2.0", "homepage": "https://github.com/twbs/grunt-css-flip", "author": "Chris Rebert (http://chrisrebert.com)", "repository": { -- cgit v1.2.3