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

github.com/twbs/grunt-bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Echola <zac.echola@so.mnscu.edu>2014-11-12 17:33:37 +0300
committerZac Echola <zac.echola@so.mnscu.edu>2014-11-12 17:34:46 +0300
commit4304977365e7d092cc540dd557e66c25847440b9 (patch)
treef728e7cfd7de5b5a0c5dcc7c55b0639f17e2f30b
parentab4a365326140f91a6feb5f68b6f0a0af8b7dece (diff)
new versionv0.5.3
-rw-r--r--README.md3
-rw-r--r--package.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 882cf43..140d105 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,8 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
## Release History
-- 2014-11-12 - v0.5.2: Fixes issue with `stoponerror` option
+- 2014-11-12 - v0.5.3: Fixes issue with `stoponerror` option
+- 2014-11-12 - ~~v0.5.2: Fixes issue with `stoponerror` option~~ *This was a bad release. Please upgrade.*
- 2014-11-10 - v0.5.1: Displays message when files pass
- 2014-11-10 - v0.5.0: Updates Bootlint, adds line/col numbers to output, quieter output.
- 2014-11-03 - v0.4.0: Updates Bootlint dependency.
diff --git a/package.json b/package.json
index f9d2a2b..69cb08f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-bootlint",
"description": "A Grunt wrapper for Bootlint, the HTML linter for Bootstrap projects",
- "version": "0.5.2",
+ "version": "0.5.3",
"homepage": "https://github.com/zacechola/grunt-bootlint",
"author": "Zac Echola <zac.echola@gmail.com>",
"repository": {