From 9e980ccd51c5f08423f0a13a742131f6221c5d95 Mon Sep 17 00:00:00 2001 From: Jeremy Daly Date: Sun, 15 Jul 2018 07:28:06 -0400 Subject: [PATCH] version bump --- index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 760b81b..8713b7d 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ /** * Keep your Lambda functions warm * @author Jeremy Daly - * @version 1.0.0 + * @version 1.1.0 * @license MIT */ diff --git a/package.json b/package.json index f3eff48..8b44563 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lambda-warmer", - "version": "1.0.1", + "version": "1.1.0", "description": "Keep your Lambda functions warm", "main": "index.js", "scripts": {