Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/grunt-css-flip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-03-13 03:48:45 +0400
committerChris Rebert <code@rebertia.com>2014-03-13 03:48:45 +0400
commit7e0ec3046aa5c4ae66c868a9375bb24354340a45 (patch)
tree4523387027e362e15fcc5e0700ef406c663b9301
parentd10b6bc7de25e2416e28b37285e7948d8d4d40cb (diff)
prep for v0.2.0 releasev0.2.0
-rw-r--r--README.md4
-rw-r--r--package.json2
2 files changed, 5 insertions, 1 deletions
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 <code@rebertia.com> (http://chrisrebert.com)",
"repository": {