Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcharlie committed Mar 25, 2020
1 parent 9acc62b commit a06c055
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Below is the default commands and settings for this action. For any properties t

```yml
- name: Setup DynamoDB Local
uses: rrainn/dynamodb-action@v1.0.1
uses: rrainn/dynamodb-action@v2.0.0
with:
dbPath: # undefined by default, if this is undefined inMemory will be used
sharedDb: # undefined by default
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": "dynamodb-action",
"version": "1.0.1",
"version": "2.0.0",
"description": "Starts DynamoDB Local in background as a Docker container for support with GitHub Actions",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit a06c055

Please sign in to comment.