Skip to content

Commit 6a15a3b

Browse files
committed
Release v0.14.0
1 parent 7ae8216 commit 6a15a3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pluginManagement {
2727

2828
// build.gradle.kts of deployable modules
2929
plugins {
30-
id("io.deepmedia.tools.deployer") version "0.13.0"
30+
id("io.deepmedia.tools.deployer") version "0.14.0"
3131
}
3232
```
3333

deployer/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ gradlePlugin {
3333
}
3434

3535
group = "io.deepmedia.tools.deployer"
36-
version = "0.14.0-alpha4" // on change, update both docs and README
36+
version = "0.14.0" // on change, update README
3737

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

0 commit comments

Comments
 (0)