Skip to content

Commit 65f9216

Browse files
authored
Merge pull request #185 from abhidp/patch-1
Update version number in ReadMe
2 parents 8a549e5 + ebfe4ff commit 65f9216

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.4.0:
17+
- junit-annotate#v2.4.1:
1818
artifacts: tmp/junit-*.xml
1919
```
2020
@@ -104,7 +104,7 @@ To test your plugin in your builds prior to opening a pull request, you can refe
104104
steps:
105105
- label: Annotate
106106
plugins:
107-
- YourGithubHandle/junit-annotate#v2.2.0:
107+
- YourGithubHandle/junit-annotate#v2.4.1:
108108
...
109109
```
110110

0 commit comments

Comments
 (0)