Skip to content

Commit fa94538

Browse files
committed
Release v0.3.0
1 parent ffc6c1c commit fa94538

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ subprojects {
3838
// Configure publishable modules.
3939
pluginManager.withPlugin("maven-publish") {
4040
group = "io.deepmedia.tools.testing"
41-
version = "0.2.0"
41+
version = "0.3.0"
4242
}
4343
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildscript {
2525
mavenCentral()
2626
}
2727
dependencies {
28-
classpath("io.deepmedia.tools.testing:plugin:0.2.0")
28+
classpath("io.deepmedia.tools.testing:plugin:0.3.0")
2929
}
3030
}
3131
```

0 commit comments

Comments
 (0)