From 10711b2814e4c626e3820334f36e77d689103c37 Mon Sep 17 00:00:00 2001 From: mcmics Date: Tue, 26 Mar 2024 14:44:22 +0100 Subject: [PATCH] release 0.13.20 --- CHANGELOG.md | 5 +++-- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d1ab3bb..74e0ce3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [0.13.20] - \#523 When a Jenkins Control tool is focused, color should be inverted - \#521 Add Copy Action @@ -370,7 +370,8 @@ - Autorefreshed Rss Reader View - Autorefresh functions can be disabled on the Jenkins Configuration Panel -[Unreleased]: https://github.com/MCMicS/jenkins-control-plugin/compare/v0.13.20-eap...HEAD +[Unreleased]: https://github.com/MCMicS/jenkins-control-plugin/compare/v0.13.20...HEAD +[0.13.20]: https://github.com/MCMicS/jenkins-control-plugin/compare/v0.13.19...v0.13.20 [0.13.19]: https://github.com/MCMicS/jenkins-control-plugin/compare/v0.13.18...v0.13.19 [0.13.18]: https://github.com/MCMicS/jenkins-control-plugin/compare/v0.13.17...v0.13.18 [0.13.17]: https://github.com/MCMicS/jenkins-control-plugin/compare/v0.13.16...v0.13.17 diff --git a/gradle.properties b/gradle.properties index 740a4033..e81a543d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup=org.codinjutsu pluginName=jenkins-control-plugin pluginRepositoryUrl=https://github.com/MCMicS/jenkins-control-plugin # SemVer format -> https://semver.org -pluginVersion=0.13.20-eap +pluginVersion=0.13.20 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSincePlatformVersion=2023.2