Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
klee0kai committed Aug 6, 2023
1 parent 3054f2f commit ad5cf21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
maven(url = "https://jitpack.io")
}
dependencies {
classpath("com.github.klee0kai:tasktree:0.0.3")
classpath("com.github.klee0kai:tasktree:0.0.4")
}
}
```
Expand Down Expand Up @@ -52,7 +52,7 @@ initscript {
maven(url = "https://jitpack.io")
}
dependencies {
classpath("com.github.klee0kai:tasktree:0.0.3")
classpath("com.github.klee0kai:tasktree:0.0.4")
}
}

Expand Down
2 changes: 1 addition & 1 deletion tasktree/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gradlePlugin {
plugins.register("tasktree") {
id = "tasktree"
group = "com.github.klee0kai"
version = "0.0.3"
version = "0.0.4"
implementationClass = "com.github.klee0kai.tasktree.TaskTreePlugin"
displayName = "Task Tree"
description = "Print gradle build dependencies graph"
Expand Down

0 comments on commit ad5cf21

Please sign in to comment.