From ba243c6e0579bd31b471c08884401849b8ebb8a9 Mon Sep 17 00:00:00 2001 From: Simon Schiller Date: Tue, 14 Dec 2021 10:33:15 +0100 Subject: [PATCH] Prepare for 1.0.0 release --- 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 408c4909..9a6f8572 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ buildscript { } } dependencies { - classpath("com.spotify.ruler:ruler-gradle-plugin:0.2.0") + classpath("com.spotify.ruler:ruler-gradle-plugin:1.0.0") } } ``` diff --git a/buildSrc/src/main/kotlin/Publish.kt b/buildSrc/src/main/kotlin/Publish.kt index a227b1ab..bb83d3c5 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.2.0" // Also adapt this version in the README +const val RULER_PLUGIN_VERSION = "1.0.0" // Also adapt this version in the README const val EXT_POM_NAME = "POM_NAME" const val EXT_POM_DESCRIPTION = "POM_DESCRIPTION"