Skip to content

Commit 4cc9ba4

Browse files
committed
Version 1.14.2
1 parent 1abfcb9 commit 4cc9ba4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Add this to the build file of your convention plugin's build
5252

5353
```kotlin
5454
dependencies {
55-
implementation("org.gradlex:extra-java-module-info:1.14.1")
55+
implementation("org.gradlex:extra-java-module-info:1.14.2")
5656
}
5757
```
5858

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "1.14.1"
1+
version = "1.14.2"
22

33
dependencies { implementation("org.ow2.asm:asm:9.10.1") }
44

0 commit comments

Comments
 (0)