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"