Skip to content

Commit a7fbd10

Browse files
author
Alexander Steen
committed
correct version number in build.sbt
1 parent 50a5fcb commit a7fbd10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val tptpUtils = (project in file("."))
1313
.disablePlugins(sbtassembly.AssemblyPlugin)
1414
.settings(
1515
commonSettings,
16-
version := "1.1",
16+
version := "1.0",
1717
name := "tptp-utils",
1818
description := "A library and tool for some TPTP utility functions."
1919
).aggregate(tptpUtilsRuntime, tptpUtilsApp)
@@ -22,7 +22,7 @@ lazy val tptpUtilsRuntime = (project in file("tptp-utils-runtime"))
2222
.settings(
2323
commonSettings,
2424
name := "tptp-utils-runtime",
25-
version := "1.1",
25+
version := "1.0",
2626
assemblyOption in assembly := (assemblyOption in assembly).value.copy(includeScala = false),
2727
test in assembly := {},
2828
assemblyJarName in assembly := s"${name.value}-${version.value}.jar",

0 commit comments

Comments
 (0)