Skip to content

Commit abc881a

Browse files
committed
version up
1 parent 3a5446d commit abc881a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
maven(url = "https://jitpack.io")
1616
}
1717
dependencies {
18-
classpath("com.github.klee0kai:tasktree:0.0.6")
18+
classpath("com.github.klee0kai:tasktree:0.0.7")
1919
}
2020
}
2121
```
@@ -52,7 +52,7 @@ initscript {
5252
maven(url = "https://jitpack.io")
5353
}
5454
dependencies {
55-
classpath("com.github.klee0kai:tasktree:0.0.6")
55+
classpath("com.github.klee0kai:tasktree:0.0.7")
5656
}
5757
}
5858

tasktree/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gradlePlugin {
2121
plugins.register("tasktree") {
2222
id = "tasktree"
2323
group = "com.github.klee0kai"
24-
version = "0.0.6"
24+
version = "0.0.7"
2525
implementationClass = "com.github.klee0kai.tasktree.TaskTreePlugin"
2626
displayName = "Task Tree"
2727
description = "Print gradle build dependencies graph"

0 commit comments

Comments
 (0)