From a51fe69b398d428a0a885dbdc34c61448b3a063f Mon Sep 17 00:00:00 2001 From: Jim Balhoff Date: Thu, 17 Jun 2021 14:28:31 -0400 Subject: [PATCH] Update version. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 38b78b8..c0a1af5 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.1", + version := "1.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.5",