We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc6c1c commit fa94538Copy full SHA for fa94538
build.gradle.kts
@@ -38,6 +38,6 @@ subprojects {
38
// Configure publishable modules.
39
pluginManager.withPlugin("maven-publish") {
40
group = "io.deepmedia.tools.testing"
41
- version = "0.2.0"
+ version = "0.3.0"
42
}
43
readme.md
@@ -25,7 +25,7 @@ buildscript {
25
mavenCentral()
26
27
dependencies {
28
- classpath("io.deepmedia.tools.testing:plugin:0.2.0")
+ classpath("io.deepmedia.tools.testing:plugin:0.3.0")
29
30
31
```
0 commit comments