Skip to content

Commit

Permalink
Bump Ruler version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschiller committed Aug 18, 2022
1 parent 7f40a55 commit 0aff51f
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.3.0")
classpath("com.spotify.ruler:ruler-gradle-plugin:1.4.0")
}
}
```
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.3.0" // Also adapt this version in the README
const val RULER_PLUGIN_VERSION = "1.4.0" // 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 0aff51f

Please sign in to comment.