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 <github@rebertia.com>2014-07-17 02:50:59 +0400
committerChris Rebert <code@rebertia.com>2014-07-17 02:52:25 +0400
commit7b85a185797e0da9e49573f74ede77cbeb07acf3 (patch)
treee9fbb6cc81d8054f7c524b05bb2154fc513fa7a8
parentd423c73ecf00293f24ef414134e79233b5e1eb88 (diff)
v0.4.0 (2014-07-16)v0.4.0
-rw-r--r--README.md2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fc57d48..51d4ddb 100644
--- a/README.md
+++ b/README.md
@@ -107,7 +107,7 @@ 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.4.0 (not-yet-released)
+* v0.4.0 (2014-07-16)
* **bump css-flip to `~0.5.0`**
* **bump grunt to `~0.4.5`**
* upgrade from grunt-jscs-checker `~0.4.4` to grunt-jscs `~0.6.1`
diff --git a/package.json b/package.json
index e780a60..cfb1551 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.3.0",
+ "version": "0.4.0",
"homepage": "https://github.com/twbs/grunt-css-flip",
"author": "Chris Rebert <code@rebertia.com> (http://chrisrebert.com)",
"repository": {