Skip to content

Commit 1081b1a

Browse files
committed
Release version 0.7
1 parent 91f0fff commit 1081b1a

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

3030
```
3131
dependencies {
32-
implementation("de.jjohannes.gradle:java-module-dependencies:0.6")
32+
implementation("de.jjohannes.gradle:java-module-dependencies:0.7")
3333
}
3434
```
3535

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.6"
7+
version = "0.7"
88

99
dependencies {
1010
implementation("org.ow2.asm:asm:8.0.1")

0 commit comments

Comments
 (0)