Skip to content

Commit

Permalink
Release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed Dec 29, 2024
1 parent fb9d312 commit c6cfeb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pluginManagement {

// build.gradle.kts of deployable modules
plugins {
id("io.deepmedia.tools.deployer") version "0.16.0"
id("io.deepmedia.tools.deployer") version "0.17.0"
}
```

Expand Down
4 changes: 2 additions & 2 deletions deployer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
plugins {
`kotlin-dsl`
`java-gradle-plugin`
id("io.deepmedia.tools.deployer") version "0.15.0"
id("io.deepmedia.tools.deployer") version "0.17.0-rc1"
kotlin("plugin.serialization") version "1.9.23"
id("org.jetbrains.dokka") version "1.9.20"
}
Expand Down Expand Up @@ -32,7 +32,7 @@ gradlePlugin {
}

group = "io.deepmedia.tools.deployer"
version = "0.16.0" // on change, update README
version = "0.17.0" // on change, update README

val javadocs = tasks.register<Jar>("dokkaJavadocJar") {
dependsOn(tasks.dokkaJavadoc)
Expand Down

0 comments on commit c6cfeb9

Please sign in to comment.