Skip to content

Commit

Permalink
Bump version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wktk committed Apr 5, 2020
1 parent dda3583 commit b16ad2d
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 @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Post conflict warnings
uses: wktk/conflibot@v0.2.0
uses: wktk/conflibot@v0.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
exclude: |
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": "conflibot",
"version": "0.2.0",
"version": "0.3.0",
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/*.ts",
Expand Down

0 comments on commit b16ad2d

Please sign in to comment.