Skip to content

Commit 3aa28ef

Browse files
committed
Version 1.1.1
1 parent 011dbd6 commit 3aa28ef

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
@@ -17,7 +17,7 @@ Add the plugin to your `settings.gradle.kts` file:
1717

1818
```kotlin
1919
plugins {
20-
id(id = "dev.g000sha256.gradle-module-tree") version "1.1.0"
20+
id(id = "dev.g000sha256.gradle-module-tree") version "1.1.1"
2121
}
2222
```
2323

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
22

33
group = "dev.g000sha256"
4-
version = "1.1.0"
4+
version = "1.1.1"
55

66
plugins {
77
alias(notation = catalog.plugins.g000sha256.sonatypeMavenCentral)

0 commit comments

Comments
 (0)