From 5b666c576698f995cad963752923282932878bfb Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Fri, 26 Feb 2021 17:49:38 -0500 Subject: [PATCH] Update version. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63a38ab..f1cf7b5 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ lazy val owlapiVersion = "4.5.18" lazy val commonSettings = Seq( organization := "org.geneontology", - version := "1.0.4", + version := "1.1", licenses := Seq("BSD-3-Clause" -> url("https://opensource.org/licenses/BSD-3-Clause")), homepage := Some(url("https://github.com/balhoff/whelk")), scalaVersion := "2.13.4",