From 46d340bea78603d6727cd032227e100b38585e3a Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Tue, 10 Jul 2018 11:00:32 -0500 Subject: [PATCH] Prepare 0.5.2 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 28dd7cb..8d05016 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "atom-cfn-lint", "main": "./lib/atom-cfn-lint", - "version": "0.5.1", + "version": "0.5.2", "description": "Validate CloudFormation yaml/json templates against the CloudFormation spec and additional checks. Includes checking valid values for resource properties and best practices.", "keywords": [ "linter",