diff --git a/build.gradle b/build.gradle index 0c3e0966b..de0ab3095 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ repositories { } group = 'org.jenkins-ci.plugins' -version = '2.2' +version = '2.2.1' description = 'Allows users to create tool-agnostic, templated pipelines to be shared by multiple teams' jenkinsPlugin { diff --git a/docs/antora.yml b/docs/antora.yml index 74d857841..a6f1f8783 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ name: jte title: Jenkins Templating Engine -version: '2.2' +version: '2.2.1' start_page: ROOT:index.adoc nav: - modules/ROOT/nav.adoc