Skip to content

Commit e3a4901

Browse files
committed
version is now 1.1.1-SNAPSHOT
1 parent 20ae01e commit e3a4901

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Configure `nmcp` in your root project using the quick way:
2222
```kotlin
2323
// root/build.gradle[.kts]
2424
plugins {
25-
id("com.gradleup.nmcp.aggregation").version("1.0.3")
25+
id("com.gradleup.nmcp.aggregation").version("1.1.0")
2626
}
2727

2828
nmcpAggregation {
@@ -64,7 +64,7 @@ You can be 100% compatible by adding the plugin to each module you want to publi
6464
```kotlin
6565
//root/module/build.gradle.kts
6666
plugins {
67-
id("com.gradleup.nmcp").version("1.0.3")
67+
id("com.gradleup.nmcp").version("1.1.0")
6868
}
6969
```
7070

@@ -73,7 +73,7 @@ And then list all modules in your root project:
7373
```kotlin
7474
//root/build.gradle.kts
7575
plugins {
76-
id("com.gradleup.nmcp.aggregation").version("1.0.3")
76+
id("com.gradleup.nmcp.aggregation").version("1.1.0")
7777
}
7878

7979
nmcpAggregation {

librarian.root.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kdoc.olderVersions=
55
kdoc.artifactId=kdoc
66

77
pom.groupId=com.gradleup.nmcp
8-
pom.version=1.1.0-SNAPSHOT
8+
pom.version=1.1.1-SNAPSHOT
99
pom.description=New Maven Central Publishing
1010
pom.vcsUrl=https://github.com/gradleup/nmcp
1111
pom.developer=nmcp authors

0 commit comments

Comments
 (0)