Skip to content

Commit 403630b

Browse files
committed
Plugin 1.11.0.0
1 parent 4a842b7 commit 403630b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build-logic/src/main/kotlin/Environment.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ object Artifacts {
8787
platform = Java,
8888
groupId = "de.mannodermaus.gradle.plugins",
8989
artifactId = "android-junit5",
90-
currentVersion = "1.11.0.0-SNAPSHOT",
90+
currentVersion = "1.11.0.0",
9191
latestStableVersion = "1.10.3.0",
9292
description = "Unit Testing with JUnit 5 for Android."
9393
)

plugin/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Change Log
22
==========
33

44
## Unreleased
5+
6+
## 1.11.0.0 (2024-08-14)
57
- JUnit 5.11
68

79
## 1.10.3.0 (2024-08-14)

0 commit comments

Comments
 (0)