Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Mar 4, 2021
1 parent 330a7d9 commit f7ae282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.classpath
.project
.settings
.bsp/
bin
catalog-v001.xml
project/project
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val utestVersion = "0.7.7"

lazy val commonSettings = Seq(
organization := "org.phenoscape",
version := "1.3",
version := "1.3.1",
licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT")),
homepage := Some(url("https://github.com/phenoscape/sparql-utils")),
crossScalaVersions := Seq("2.12.13", "2.13.5"),
Expand Down

0 comments on commit f7ae282

Please sign in to comment.