From 0723b0cc1c5580e6908ba33b61ff1427220fb026 Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Tue, 10 Jul 2018 11:27:05 -0500 Subject: [PATCH] Prepare 0.5.3 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d05016..e665491 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "atom-cfn-lint", "main": "./lib/atom-cfn-lint", - "version": "0.5.2", + "version": "0.5.3", "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",