Skip to content

Commit

Permalink
Prep next release of plugin and instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Nov 4, 2023
1 parent 8375b01 commit 23f7429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-logic/src/main/kotlin/Environment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ object Artifacts {
platform = Java,
groupId = "de.mannodermaus.gradle.plugins",
artifactId = "android-junit5",
currentVersion = "1.10.0.0-SNAPSHOT",
currentVersion = "1.10.0.0",
latestStableVersion = "1.9.3.0",
license = license,
description = "Unit Testing with JUnit 5 for Android."
Expand All @@ -99,7 +99,7 @@ object Artifacts {
*/
object Instrumentation {
const val groupId = "de.mannodermaus.junit5"
private const val currentVersion = "1.4.0-SNAPSHOT"
private const val currentVersion = "1.4.0"
const val latestStableVersion = "1.3.0"

val Core = Deployed(
Expand Down

0 comments on commit 23f7429

Please sign in to comment.