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

Commit 4969a12

Browse files
committed
v0.3.0
1 parent c5130a2 commit 4969a12

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

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

109109
## Release History
110+
* v0.3.0 (2014-05-23)
111+
* **Bump `css-flip` to `~0.4.0`.**
112+
* Bump `devDependencies`.
113+
* Fix examples in README.
110114
* v0.2.2 (2014-05-03)
111115
* Add missing spaces before parameter lists in function expressions.
112116
* Simplify `license` field in `package.json`.

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.2.2",
4+
"version": "0.3.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)