From 214ea6b8d997743eddb9dd07c77df2015c53f056 Mon Sep 17 00:00:00 2001 From: "boomper-bot[bot]" <40539397+boomper-bot[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 19:01:44 +0000 Subject: [PATCH] Bump README.md for v2.0.0 release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b07bc6a..ebd4307 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ steps: - wait: ~ continue_on_failure: true - plugins: - - junit-annotate#v1.9.0: + - junit-annotate#v2.0.0: artifacts: tmp/junit-*.xml ``` @@ -83,7 +83,7 @@ To test your plugin in your builds prior to opening a pull request, you can refe steps: - label: Annotate plugins: - - YourGithubHandle/junit-annotate#v1.9.0: + - YourGithubHandle/junit-annotate#v2.0.0: ... ```