From 4b8b9033ab027fa6f5ace28345e9a42455c1bff0 Mon Sep 17 00:00:00 2001 From: Yuta Okamoto Date: Mon, 11 May 2015 02:39:57 +0900 Subject: [PATCH] bump version to 0.2.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1e1419..a815f3e 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.3" +libraryDependencies += "com.github.okapies" % "finagle-kafka_2.10" % "0.2.0" ``` ## Usage