Skip to content

Commit

Permalink
Set version to v0.3.0 (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Bas <[email protected]>
  • Loading branch information
antoninbas authored Sep 10, 2021
1 parent 053f456 commit 6fbc5e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- name: Check-out code
uses: actions/checkout@v2
- uses: antrea-io/review-manager@v0.2.0
- uses: antrea-io/review-manager@v0.3.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
area_ownership_file: 'AREA-OWNERS'
Expand Down
4 changes: 2 additions & 2 deletions 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": "review-manager",
"version": "0.2.0",
"version": "0.3.0",
"description": "Manage code reviews for your PRs",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6fbc5e6

Please sign in to comment.