Skip to content
This repository was archived by the owner on Sep 17, 2018. It is now read-only.

Commit 7e0ec30

Browse files
committed
prep for v0.2.0 release
1 parent d10b6bc commit 7e0ec30

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,8 @@ The project's coding style is laid out in the JSHint and JSCS configurations. Ad
9898
Released under the MIT license. Copyright Chris Rebert 2014.
9999

100100
## Release History
101+
* v0.2.0 (2014-03-12): Fix/address all outstanding issues. **Backwards-incompatible**.
102+
* **Changed name of task from `css_flip` to `cssflip`.**
103+
* **Bumped Grunt dependency to v0.4.3.**
104+
* Bumped & tightened-up devDependencies.
101105
* v0.1.0 (2014-03-06): Initial public release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-css-flip",
33
"description": "Grunt plugin for Twitter's css-flip",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"homepage": "https://github.com/twbs/grunt-css-flip",
66
"author": "Chris Rebert <[email protected]> (http://chrisrebert.com)",
77
"repository": {

0 commit comments

Comments
 (0)