Skip to content

Commit

Permalink
Bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcharlie committed Jan 22, 2022
1 parent eb4b633 commit bcd468d
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/[email protected].0
uses: rrainn/[email protected].1
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": "2.0.0",
"version": "2.0.1",
"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 bcd468d

Please sign in to comment.