Skip to content

Commit

Permalink
docs: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg committed Feb 18, 2021
1 parent c3bc9db commit 7f3bb03
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 @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: maintain-comment
uses: actions-cool/maintain-one-comment@v1.0.0
uses: actions-cool/maintain-one-comment@v1.1.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
body: |
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": "maintain-one-comment",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"description": "Maintain just one comment in Issue and PR.",
"main": "src/main.js",
Expand Down

0 comments on commit 7f3bb03

Please sign in to comment.