From 70d3f5adb70632bd8b41351fab35b7f3fbb86549 Mon Sep 17 00:00:00 2001 From: azu Date: Fri, 30 Dec 2016 02:09:40 +0900 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e470a4..3494ba1 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "src/" ], "name": "textlint-rule-date-weekday-mismatch", - "version": "1.0.0", + "version": "1.0.1", "description": "textlint rule that found mismatch date and weekday.", "main": "lib/textlint-rule-date-weekday-mismatch.js", "scripts": {