From c842588ca30015ab19a6b8548e8e398198e6e577 Mon Sep 17 00:00:00 2001 From: David Anson Date: Tue, 17 Mar 2015 23:05:37 -0700 Subject: [PATCH] Update to version 0.0.2. --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f69c62f..c1fb0c16 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ bad.md: 3: MD018 No space after hash on atx style header ## Release History * 0.0.1 - Initial release. +* 0.0.2 - Improve documentation, tests, and code. [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 b056d322..bb3ee58e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "markdownlint", - "version": "0.0.1", + "version": "0.0.2", "description": "A Node.js style checker and lint tool for Markdown files.", "main": "lib/markdownlint.js", "author": "David Anson (http://dlaa.me/)",