From 400acc66ac86954016e532f3dc2688877fd45a45 Mon Sep 17 00:00:00 2001 From: Nick den Engelsman Date: Wed, 9 Nov 2016 23:16:41 +0100 Subject: [PATCH] Bump version to v1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba1aa0a..015cba0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-plugin-diff", - "version": "1.0.3", + "version": "1.1.0", "description": "Plugin for Serverless Framework v1.x which compares your local AWS CloudFormation templates against deployed ones.", "main": "lib/index.js", "scripts": {