From 47ac2a40f82e4b13567b819c1a2d158208f06b2e Mon Sep 17 00:00:00 2001 From: Ilia Vorobev Date: Thu, 5 Aug 2021 10:56:50 +0200 Subject: [PATCH] Bumps version of ruler plugin --- 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 53ef7a05..52d150e5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ buildscript { } } dependencies { - classpath("com.spotify.ruler:ruler-gradle-plugin:0.1.0") + classpath("com.spotify.ruler:ruler-gradle-plugin:0.2.0") } } ``` diff --git a/buildSrc/src/main/kotlin/Publish.kt b/buildSrc/src/main/kotlin/Publish.kt index baa57eb5..a227b1ab 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 = "0.1.0" // Also adapt this version in the README +const val RULER_PLUGIN_VERSION = "0.2.0" // Also adapt this version in the README const val EXT_POM_NAME = "POM_NAME" const val EXT_POM_DESCRIPTION = "POM_DESCRIPTION"