Skip to content

Commit

Permalink
Update README version
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Nov 28, 2018
1 parent ec174fc commit 691bb18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ with custom values to setup a completely independent project:
aws ssm put-parameter --type "String" \
--name "/app/aws-lambda-edge/experimental/appVersion" \
--value "0.3.0"
--value "0.4.0"
aws ssm put-parameter --type "String" \
--name "/app/aws-lambda-edge/experimental/appConfig" \
Expand All @@ -114,7 +114,7 @@ with custom values to setup a completely independent project:
aws ssm put-parameter --type "String" \
--name "/app/aws-lambda-edge/live/appVersion" \
--value "0.3.0"
--value "0.4.0"
aws ssm put-parameter --type "String" \
--name "/app/aws-lambda-edge/live/appConfig" \
Expand Down

0 comments on commit 691bb18

Please sign in to comment.