Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Brooks committed Jun 1, 2020
1 parent 7491dcb commit a116adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vgo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tasks {

manifest {
attributes["Main-Class"] = "com.jzbrooks.vgo.Application"
attributes["Bundle-Version"] = "0.1.0"
attributes["Bundle-Version"] = "1.0.0"
}

dependsOn(configurations.runtimeClasspath)
Expand Down

0 comments on commit a116adb

Please sign in to comment.