From c94b0cb260387132ce97b0e7a4939053b3e4dd29 Mon Sep 17 00:00:00 2001 From: Simon Schiller Date: Wed, 2 Mar 2022 18:21:49 +0100 Subject: [PATCH] Bump Ruler version to 1.1.1 --- 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 b314885c..a111ea30 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ buildscript { mavenCentral() } dependencies { - classpath("com.spotify.ruler:ruler-gradle-plugin:1.1.0") + classpath("com.spotify.ruler:ruler-gradle-plugin:1.1.1") } } ``` diff --git a/buildSrc/src/main/kotlin/Publish.kt b/buildSrc/src/main/kotlin/Publish.kt index 2b0cde2f..058326be 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.0" // Also adapt this version in the README +const val RULER_PLUGIN_VERSION = "1.1.1" // Also adapt this version in the README const val EXT_POM_NAME = "POM_NAME" const val EXT_POM_DESCRIPTION = "POM_DESCRIPTION"