Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhart committed Jun 27, 2020
1 parent d16dcb5 commit 62f7595
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cmda-lambda",
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"description": "A Lambda function to support the cmda tool",
"main": "index.js",
"author": "Michael Hart <[email protected]> (https://github.com/mhart)",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cmda",
"version": "1.1.0",
"version": "1.1.1",
"description": "A command line tool for executing commands on, and copying files to/from AWS Lambda, especially useful with EFS",
"author": "Michael Hart <[email protected]> (https://github.com/mhart)",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Metadata:
ReadmeUrl: README-SAR.md
Labels: ['lambda', 'filesystem', 'efs']
HomePageUrl: https://github.com/lambci/cmda
SemanticVersion: 1.1.0
SourceCodeUrl: https://github.com/lambci/cmda/tree/v1.1.0
SemanticVersion: 1.1.1
SourceCodeUrl: https://github.com/lambci/cmda/tree/v1.1.1
AWS::CloudFormation::Interface:
ParameterGroups:
- Label:
Expand Down

0 comments on commit 62f7595

Please sign in to comment.