From 22f97b670abdf28e2abe27c5373787d11a2a042c Mon Sep 17 00:00:00 2001 From: Lloyd Brookes Date: Wed, 19 Oct 2016 21:11:01 +0100 Subject: [PATCH] 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d35f486c..02add10d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jsdoc-to-markdown", "author": "Lloyd Brookes", - "version": "2.0.0", + "version": "2.0.1", "description": "Generates markdown API documentation from jsdoc annotated source code", "repository": "https://github.com/jsdoc2md/jsdoc-to-markdown", "main": "main",