Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maiha committed Jul 6, 2015
1 parent 711c7b6 commit d1908a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -74,8 +74,7 @@ TODO
====

- write tests
- api: count(topic: String, partition: Int): Int
- api: counts(topic: String): Map[Int, Int]
- consumers

Library
=======
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -20,7 +20,7 @@ publishTo := {
Some("releases" at nexus + "service/local/staging/deploy/maven2")
}

version := "0.1.0"
version := "0.1.1"
organization := "sc.ala"
name := "kafka-utils"
description := "kafka utils"
Expand Down

0 comments on commit d1908a5

Please sign in to comment.