From a07628636202d678f0027e337c6bb052f2084468 Mon Sep 17 00:00:00 2001 From: Gaurav Nelson Date: Fri, 8 Sep 2017 15:47:49 +1000 Subject: [PATCH] 1.0.5 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7907eb8..cf1fe7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "asciidoc-link-check", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 1, "dependencies": { "ajv": { diff --git a/package.json b/package.json index e0190f4..ce7693f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "asciidoc-link-check", - "version": "1.0.4", + "version": "1.0.5", "description": "Checks if all hyperlinks in an asciidoc file are alive(or dead).", "bin": { "asciidoc-link-check": "asciidoc-link-check"