We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d0f4c commit 8849f3aCopy full SHA for 8849f3a
plugin-build/buildSrc/src/main/java/Coordinates.kt
@@ -1,7 +1,7 @@
1
object PluginCoordinates {
2
const val ID = "io.github.wzieba.tracks.plugin"
3
const val GROUP = "io.github.wzieba.tracks"
4
- const val VERSION = "1.2.0"
+ const val VERSION = "1.2.1"
5
const val IMPLEMENTATION_CLASS = "io.github.wzieba.tracks.plugin.BuildTimePlugin"
6
}
7
0 commit comments