We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355e76f commit 836c55dCopy full SHA for 836c55d
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
allprojects.forEach { project ->
8
project.group = "com.ioki"
9
project.version = buildString {
10
- append("0.14.0")
+ append("0.15.0")
11
project.findProperty("PRE_RELEASE_IDENTIFIER")?.let {
12
append('-')
13
append(it)
0 commit comments