Skip to content

Commit

Permalink
bump to a stable release version number
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed Oct 22, 2024
1 parent 7d7b4c8 commit a201649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")),
Expand Down

0 comments on commit a201649

Please sign in to comment.