Skip to content

Commit 84eeeb8

Browse files
committed
version up
1 parent f75e901 commit 84eeeb8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22

3-
tasktree = "0.0.10"
3+
tasktree = "0.0.11"
44

55
[libraries]
66

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Apply plugin in your module's `build.gradle`:
1111

1212
```kotlin
1313
plugins {
14-
id("com.github.klee0kai.tasktree") version "0.0.10"
14+
id("com.github.klee0kai.tasktree") version "0.0.11"
1515
}
1616

1717
tasktree {
@@ -65,7 +65,7 @@ initscript {
6565
maven(url = "https://jitpack.io")
6666
}
6767
dependencies {
68-
classpath("com.github.klee0kai:tasktree:0.0.10")
68+
classpath("com.github.klee0kai:tasktree:0.0.11")
6969
}
7070
}
7171

0 commit comments

Comments
 (0)