Skip to content

Commit dabc877

Browse files
committed
Version 1.13
1 parent 5df1c54 commit dabc877

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.12")
55+
implementation("org.gradlex:extra-java-module-info:1.13")
5656
}
5757
```
5858

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "org.gradlex"
7-
version = "1.12"
7+
version = "1.13"
88

99
java {
1010
toolchain.languageVersion = JavaLanguageVersion.of(17)

0 commit comments

Comments
 (0)