diff --git a/README.md b/README.md index 0cac1dd..fb8046f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ retries and bunch of statistics for monitoring and diagnostics.* ## Setup ``` -libraryDependencies += "com.github.okapies" % "finagle-kafka_2.10" % "0.1.0" +libraryDependencies += "com.github.okapies" % "finagle-kafka_2.10" % "0.1.1" ``` ## Usage diff --git a/build.sbt b/build.sbt index 652fc72..6a570f5 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ organization := "com.github.okapies" organizationHomepage := Some(url("https://github.com/okapies")) -version := "0.1.0-SNAPSHOT" +version := "0.1.1-SNAPSHOT" scalaVersion := "2.10.4"