Skip to content

Commit c26a0e1

Browse files
committed
Bump versions
1 parent 777b975 commit c26a0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Artifacts.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ object Artifacts {
3535
platform = Java,
3636
groupId = "de.mannodermaus.gradle.plugins",
3737
artifactId = "android-junit5",
38-
currentVersion = "1.5.0.0-SNAPSHOT",
38+
currentVersion = "1.5.0.0",
3939
latestStableVersion = "1.4.2.1",
4040
license = license,
4141
description = "Unit Testing with JUnit 5 for Android."
@@ -46,7 +46,7 @@ object Artifacts {
4646
*/
4747
object Instrumentation {
4848
private val groupId = "de.mannodermaus.junit5"
49-
private val currentVersion = "1.1.0-SNAPSHOT"
49+
private val currentVersion = "1.1.0"
5050
val latestStableVersion = "1.0.0"
5151

5252
val Library = Deployed(

0 commit comments

Comments
 (0)