Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Oct 31, 2023
1 parent 991c7a9 commit c2553f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-build/buildSrc/src/main/java/Coordinates.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object PluginCoordinates {
const val ID = "io.github.wzieba.tracks.plugin"
const val GROUP = "io.github.wzieba.tracks"
const val VERSION = "1.0.0"
const val VERSION = "1.1.0"
const val IMPLEMENTATION_CLASS = "io.github.wzieba.tracks.plugin.BuildTimePlugin"
}

Expand Down

0 comments on commit c2553f9

Please sign in to comment.