From 70e808ae5852e194e7c8f71ea57bf6d705a4b3e7 Mon Sep 17 00:00:00 2001 From: Manuel Spigolon Date: Tue, 21 May 2019 21:16:35 +0200 Subject: [PATCH] Bumped v1.1.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7cff089..d350c1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "package-compliant", - "version": "1.1.0", + "version": "1.1.1", "description": "Validate the `support` property in the `package.json`", "main": "lib/index.js", "bin": { @@ -43,4 +43,4 @@ "standard": "^12.0.1", "tap": "^12.6.3" } -} \ No newline at end of file +}