diff --git a/build.sbt b/build.sbt index af0f91b9..307b300c 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ // --------------------------------------------------------------------------------------------------------------------- name := "ChatOverflow" -version := "0.2" +version := "0.2.1" mainClass := Some("org.codeoverflow.chatoverflow.Launcher") // One version for all sub projects. Use "retrieveManaged := true" to download and show all library dependencies.