Skip to content

Commit

Permalink
Bumps version of ruler plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
iovorobiev authored and botronic committed Aug 5, 2021
1 parent b3c0df8 commit 47ac2a4
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 @@ -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")
}
}
```
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 = "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"
Expand Down

0 comments on commit 47ac2a4

Please sign in to comment.