Skip to content

Commit

Permalink
Prepare 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbrooks committed Jul 27, 2024
1 parent 00137b8 commit f317ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ subprojects {
append(" skipped) |")
}
val border = "-".repeat(output.length)
println(
logger.lifecycle(
"""
$border
$output
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.jvmargs=-XX:+UseParallelGC

GROUP=com.jzbrooks
VERSION_NAME=2.1.0
VERSION_NAME=2.2.0

POM_URL=https://github.com/jzbrooks/vgo/

Expand Down

0 comments on commit f317ff4

Please sign in to comment.