From 0500b5b6a688f6738a3052844e099d5176adc1c2 Mon Sep 17 00:00:00 2001 From: Justin Ramsey Date: Sun, 9 Aug 2020 20:19:28 -0500 Subject: [PATCH] Version bump to 1.0.7 --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47f377f..7df7222 100644 --- a/README.md +++ b/README.md @@ -359,3 +359,4 @@ module.exports.hello = (event, context, callback) => { * [simonobe](https://github.com/simonobe) * [gcaliene](https://github.com/gcaliene) * [MEGApixel23](https://github.com/MEGApixel23) +* [claydanford](https://github.com/claydanford) diff --git a/package.json b/package.json index 00b9c1c..5a8074e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-aws-batch", - "version": "1.0.6", + "version": "1.0.7", "description": "Serverless Framework Plugin for interacting with AWS Batch", "main": "index.js", "scripts": {