From 9bf0b1a554edf578dcffe029740dc054b7757d43 Mon Sep 17 00:00:00 2001 From: David Anson Date: Mon, 11 May 2015 20:57:51 -0700 Subject: [PATCH] Update to version 0.0.5. --- README.md | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eb38201f..43526181 100644 --- a/README.md +++ b/README.md @@ -370,8 +370,7 @@ bad.md: 3: MD018 No space after hash on atx style header * 0.0.2 - Improve documentation, tests, and code. * 0.0.3 - Add synchronous API, improve documentation and code. * 0.0.4 - Add tests MD033-MD040, update dependencies. -* *PENDING* - Add `strings` option to enable file-less scenarios, add in-browser - demo. +* 0.0.5 - Add `strings` option to enable file-less scenarios, add in-browser demo. [npm-image]: https://img.shields.io/npm/v/markdownlint.svg [npm-url]: https://www.npmjs.com/package/markdownlint diff --git a/package.json b/package.json index f006c023..22fa7268 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdownlint", - "version": "0.0.4", + "version": "0.0.5", "description": "A Node.js style checker and lint tool for Markdown files.", "main": "lib/markdownlint.js", "author": "David Anson (http://dlaa.me/)",