Skip to content

Commit

Permalink
bump version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
okapies committed May 30, 2014
1 parent 6c6c980 commit 9487db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 9487db1

Please sign in to comment.