Skip to content

Commit

Permalink
bump version also for app
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Steen committed Jan 19, 2022
1 parent a3000eb commit b782819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lazy val tptpUtilsApp = (project in file("tptp-utils-app"))
.settings(
commonSettings,
name := "tptp-utils-app",
version := "1.0",
version := "1.1",
Compile/mainClass := Some("leo.modules.TPTPUtilsApp"),
mainClass in assembly := Some("leo.modules.TPTPUtilsApp"),
test in assembly := {},
Expand Down

0 comments on commit b782819

Please sign in to comment.