Skip to content

Commit

Permalink
Update version in README.md and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fjeremic committed Apr 20, 2020
1 parent c0bba88 commit ede4d1e
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 @@ -64,7 +64,7 @@ jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: fjeremic/cron-labeler@0.1.0
- uses: fjeremic/cron-labeler@0.2.0
with:
repo-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": "cron-labeler",
"version": "0.1.0",
"version": "0.2.0",
"description": "An action for automatically labelling pull requests from forked repositories using a rate limit aware cron job.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit ede4d1e

Please sign in to comment.