We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8466bf commit 64ccce1Copy full SHA for 64ccce1
plugin-build/buildSrc/src/main/java/Coordinates.kt
@@ -1,7 +1,7 @@
1
object PluginCoordinates {
2
const val ID = "io.github.chao2zhang.xuke"
3
const val GROUP = "io.github.chao2zhang"
4
- const val VERSION = "0.0.9"
+ const val VERSION = "0.0.10"
5
const val IMPLEMENTATION_CLASS = "io.github.chao2zhang.XukePlugin"
6
}
7
0 commit comments