Skip to content

Commit

Permalink
Publish v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hadilq committed Jan 6, 2021
1 parent ac683e7 commit fabda0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/PublishConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import org.gradle.plugins.signing.SigningPlugin

const val SNAPSHOT = "-SNAPSHOT"
const val GROUP_ID = "com.github.hadilq"
const val LIB_VERSION = "0.0.2$SNAPSHOT"
const val LIB_VERSION = "0.0.3$SNAPSHOT"

fun isSnapshot(version: String): Boolean = version.endsWith(SNAPSHOT)

Expand Down

0 comments on commit fabda0b

Please sign in to comment.