Skip to content

Commit ee91548

Browse files
committed
Bump version
1 parent 13050d9 commit ee91548

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.4.1.0-SNAPSHOT",
38+
currentVersion = "1.4.1.0",
3939
latestStableVersion = "1.4.0.0",
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.0.0-SNAPSHOT"
49+
private val currentVersion = "1.0.0"
5050
val latestStableVersion = "0.2.2"
5151

5252
val Library = Deployed(

0 commit comments

Comments
 (0)