diff --git a/build.sbt b/build.sbt index c965fea..2af840b 100644 --- a/build.sbt +++ b/build.sbt @@ -148,7 +148,7 @@ lazy val compileSettings = Def.settings( lazy val metadataSettings = Def.settings( name := projectName, description := "Gerlich lab programming utilities, especially for data from imaging or sequencing", - version := "0.2-SNAPSHOT", + version := "0.2.0", organization := groupId, organizationName := "Gerlich Group, IMBA, ÖAW", homepage := Some(url(s"https://github.com/$gitHubOwner/$projectName")),