Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed Mar 27, 2024
1 parent 6b40982 commit cbc3252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ application {
tasks {
named<ShadowJar>("shadowJar") {
archiveBaseName.set("tdv")
archiveVersion.set("0.5.5")
archiveVersion.set("0.6.0")
}
}
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ release: clean build
ls app/build/libs/*.jar

run target:
java -jar app/build/libs/tdv-0.5.5-all.jar {{target}}
java -jar app/build/libs/tdv-0.6.0-all.jar {{target}}

examples:
just run in/Thread.print.20230908190546
Expand Down

0 comments on commit cbc3252

Please sign in to comment.