Skip to content

Commit 3b34ab3

Browse files
committed
Update version in preparation for next release
1 parent b7f231a commit 3b34ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ steps:
1414
- wait: ~
1515
continue_on_failure: true
1616
- plugins:
17-
- junit-annotate#v2.1.0:
17+
- junit-annotate#v2.2.0:
1818
artifacts: tmp/junit-*.xml
1919
```
2020
@@ -92,7 +92,7 @@ To test your plugin in your builds prior to opening a pull request, you can refe
9292
steps:
9393
- label: Annotate
9494
plugins:
95-
- YourGithubHandle/junit-annotate#v2.1.0:
95+
- YourGithubHandle/junit-annotate#v2.2.0:
9696
...
9797
```
9898

0 commit comments

Comments
 (0)