Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Apr 8, 2019
1 parent fbe06fc commit bbc8c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Artifacts.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object Artifacts {
platform = Java,
groupId = "de.mannodermaus.gradle.plugins",
artifactId = "android-junit5",
currentVersion = "1.4.2.0-SNAPSHOT",
currentVersion = "1.4.2.0",
latestStableVersion = "1.4.1.0",
license = license,
description = "Unit Testing with JUnit 5 for Android."
Expand All @@ -46,7 +46,7 @@ object Artifacts {
*/
object Instrumentation {
private val groupId = "de.mannodermaus.junit5"
private val currentVersion = "1.0.1-SNAPSHOT"
private val currentVersion = "1.0.1"
val latestStableVersion = "1.0.0"

val Library = Deployed(
Expand Down

0 comments on commit bbc8c5b

Please sign in to comment.