diff --git a/build.sbt b/build.sbt index 055cd9f..d8d80f3 100644 --- a/build.sbt +++ b/build.sbt @@ -42,7 +42,7 @@ val CommonSettings = Seq( organization := "com.github.izeigerman", scalaVersion := "2.12.6", crossScalaVersions := Seq("2.11.11", scalaVersion.value), - version := "0.4.11-SNAPSHOT", + version := "0.4.11", organizationHomepage := Some(url("https://github.com/izeigerman")), homepage := Some(url("https://github.com/izeigerman/akkeeper")),