diff --git a/lambda/package.json b/lambda/package.json index 45000bd..ceb8b3d 100644 --- a/lambda/package.json +++ b/lambda/package.json @@ -1,7 +1,7 @@ { "name": "cmda-lambda", "private": true, - "version": "1.0.1", + "version": "1.0.2", "description": "A Lambda function to support the cmda tool", "main": "index.js", "author": "Michael Hart (https://github.com/mhart)", diff --git a/package-lock.json b/package-lock.json index 3a63045..5973b6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cmda", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 634cecc..0c1d0fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cmda", - "version": "1.0.1", + "version": "1.0.2", "description": "A command line tool for executing commands on, and copying files to/from AWS Lambda, especially useful with EFS", "author": "Michael Hart (https://github.com/mhart)", "license": "MIT", diff --git a/template.yml b/template.yml index b07ecaa..480c12b 100644 --- a/template.yml +++ b/template.yml @@ -10,8 +10,8 @@ Metadata: ReadmeUrl: README-SAR.md Labels: ['lambda', 'filesystem', 'efs'] HomePageUrl: https://github.com/lambci/cmda - SemanticVersion: 1.0.1 - SourceCodeUrl: https://github.com/lambci/cmda/tree/v1.0.1 + SemanticVersion: 1.0.2 + SourceCodeUrl: https://github.com/lambci/cmda/tree/v1.0.2 AWS::CloudFormation::Interface: ParameterGroups: - Label: