Skip to content

Commit

Permalink
Version 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed Oct 24, 2024
1 parent b66f700 commit acfa789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.15.0-alpha1"
id("io.deepmedia.tools.deployer") version "0.15.0"
}
```

Expand Down
2 changes: 1 addition & 1 deletion deployer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gradlePlugin {
}

group = "io.deepmedia.tools.deployer"
version = "0.15.0-alpha1" // on change, update README
version = "0.15.0" // on change, update README

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

0 comments on commit acfa789

Please sign in to comment.