Skip to content

Commit 08752c9

Browse files
committed
0.15 release
1 parent c592e56 commit 08752c9

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
@@ -42,7 +42,7 @@ Add this to the build file of your convention plugin's build
4242

4343
```
4444
dependencies {
45-
implementation("de.jjohannes.gradle:extra-java-module-info:0.14")
45+
implementation("de.jjohannes.gradle:extra-java-module-info:0.15")
4646
}
4747
```
4848

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 = "de.jjohannes.gradle"
7-
version = "0.14"
7+
version = "0.15"
88

99
java {
1010
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)