From 266288d8e6827627ea7833d32fab1c7bce2c37d7 Mon Sep 17 00:00:00 2001 From: Kevin DeJong Date: Fri, 20 Jul 2018 12:17:01 -0500 Subject: [PATCH] Prepare 0.6.0 release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e665491..3af1d63 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "atom-cfn-lint", "main": "./lib/atom-cfn-lint", - "version": "0.5.3", + "version": "0.6.0", "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",