We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75e901 commit 84eeeb8Copy full SHA for 84eeeb8
2 files changed
libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
3
-tasktree = "0.0.10"
+tasktree = "0.0.11"
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.10"
+ id("com.github.klee0kai.tasktree") version "0.0.11"
15
}
16
17
tasktree {
@@ -65,7 +65,7 @@ initscript {
65
maven(url = "https://jitpack.io")
66
67
dependencies {
68
- classpath("com.github.klee0kai:tasktree:0.0.10")
+ classpath("com.github.klee0kai:tasktree:0.0.11")
69
70
71
0 commit comments