Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 committed Jul 28, 2024
1 parent b1563fe commit 706c3d0
Showing 1 changed file with 2 additions and 2 deletions.
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.12.0"
id("io.deepmedia.tools.deployer") version "0.13.0-rc1"
kotlin("plugin.serialization") version "1.9.23"
}

Expand Down Expand Up @@ -46,7 +46,7 @@ gradlePlugin {
}

group = "io.deepmedia.tools.deployer"
version = "0.13.0-rc1" // on change, update both docs and README
version = "0.13.0" // on change, update both docs and README

deployer {
verbose = true
Expand Down

0 comments on commit 706c3d0

Please sign in to comment.