Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Dec 16, 2019
1 parent df0436f commit de680a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@master

- name: Vale
uses: errata-ai/vale-action@v1.0.3
uses: errata-ai/vale-action@v1.0.4
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vale-action",
"version": "1.0.3",
"version": "1.0.4",
"description": "The official GitHub Action for Vale -- install, manage, and run Vale with ease.",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit de680a8

Please sign in to comment.