From 5af7e913fbafa2cccdc6c436b3361adf22ec9b44 Mon Sep 17 00:00:00 2001 From: Simon Schiller Date: Wed, 9 Mar 2022 10:38:40 +0100 Subject: [PATCH] Bump Ruler version to 1.2.0 --- README.md | 2 +- buildSrc/src/main/kotlin/Publish.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6dd43b72..a9395705 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.spotify.ruler:ruler-gradle-plugin:1.1.1") + classpath("com.spotify.ruler:ruler-gradle-plugin:1.2.0") } } ``` diff --git a/buildSrc/src/main/kotlin/Publish.kt b/buildSrc/src/main/kotlin/Publish.kt index 058326be..36e71509 100644 --- a/buildSrc/src/main/kotlin/Publish.kt +++ b/buildSrc/src/main/kotlin/Publish.kt @@ -24,7 +24,7 @@ import org.gradle.plugins.signing.SigningExtension import java.net.URI const val RULER_PLUGIN_GROUP = "com.spotify.ruler" -const val RULER_PLUGIN_VERSION = "1.1.1" // Also adapt this version in the README +const val RULER_PLUGIN_VERSION = "1.2.0" // Also adapt this version in the README const val EXT_POM_NAME = "POM_NAME" const val EXT_POM_DESCRIPTION = "POM_DESCRIPTION"