Skip to content

Commit 3e2ff36

Browse files
committed
Bump version to 1.4.5-SNAPSHOT
1 parent 5d45e1f commit 3e2ff36

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add the `com.gradleup.nmcp.settings` plugin to your `settings.gradle[.kts]` file
3232
```kotlin
3333
// settings.gradle[.kts]
3434
plugins {
35-
id("com.gradleup.nmcp.settings").version("1.4.3")
35+
id("com.gradleup.nmcp.settings").version("1.4.4")
3636
}
3737

3838
nmcpSettings {

docs/src/content/docs/manual-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In the project where you want to upload the deployment (typically your root proj
3535
```kotlin
3636
// build.gradle.kts
3737
plugins {
38-
id("com.gradleup.nmcp.aggregation").version("1.4.3")
38+
id("com.gradleup.nmcp.aggregation").version("1.4.4")
3939
}
4040

4141
nmcpAggregation {

librarian.root.properties

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

88
pom.groupId=com.gradleup.nmcp
9-
pom.version=1.4.4-SNAPSHOT
9+
pom.version=1.4.5-SNAPSHOT
1010
pom.description=New Maven Central Publishing
1111
pom.vcsUrl=https://github.com/gradleup/nmcp
1212
pom.developer=nmcp authors

0 commit comments

Comments
 (0)