We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aea9ea commit 400559fCopy full SHA for 400559f
2 files changed
libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
3
-tasktree = "0.0.11"
+tasktree = "0.0.12"
4
5
[libraries]
6
readme.md
@@ -11,7 +11,7 @@ Apply plugin in your module's `build.gradle`:
11
12
```kotlin
13
plugins {
14
- id("com.github.klee0kai.tasktree") version "0.0.11"
+ id("com.github.klee0kai.tasktree") version "0.0.12"
15
}
16
17
tasktree {
@@ -66,7 +66,7 @@ initscript {
66
maven(url = "https://jitpack.io")
67
68
dependencies {
69
- classpath("com.github.klee0kai:tasktree:0.0.11")
+ classpath("com.github.klee0kai:tasktree:0.0.12")
70
71
72
0 commit comments