Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Jul 14, 2019
1 parent 777b975 commit c26a0e1
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.5.0.0-SNAPSHOT",
currentVersion = "1.5.0.0",
latestStableVersion = "1.4.2.1",
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.1.0-SNAPSHOT"
private val currentVersion = "1.1.0"
val latestStableVersion = "1.0.0"

val Library = Deployed(
Expand Down

0 comments on commit c26a0e1

Please sign in to comment.