Skip to content

Commit d9f5d95

Browse files
committed
Set version to 1.1
1 parent 545463c commit d9f5d95

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

5151
```
5252
dependencies {
53-
implementation("org.gradlex:java-module-packaging:1.0.1")
53+
implementation("org.gradlex:java-module-packaging:1.1")
5454
}
5555
```
5656

build.gradle.kts

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

55
group = "org.gradlex"
6-
version = "1.0.1"
6+
version = "1.1"
77

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

0 commit comments

Comments
 (0)