Skip to content

Commit

Permalink
Bump Ruler version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschiller committed Mar 4, 2022
1 parent bc00b03 commit c94b0cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Publish.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c94b0cb

Please sign in to comment.