Skip to content

Commit 21fd19d

Browse files
authored
Merge branch 'develop' into 'master'
#6 Version 1.1.1
2 parents dbb96bd + 3aa28ef commit 21fd19d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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)

catalog.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
annotations = "26.0.2"
33
binaryCompatibilityValidator = "0.18.1"
44
kotlin = "2.2.20"
5-
sonatypeMavenCentral = "1.1.0"
5+
sonatypeMavenCentral = "1.1.1"
66

77
[plugins]
88
g000sha256-sonatypeMavenCentral = { id = "dev.g000sha256.sonatype-maven-central", version.ref = "sonatypeMavenCentral" }

0 commit comments

Comments
 (0)