Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkiedys committed Jun 9, 2016
1 parent 78e5a64 commit f8f6bdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -9,12 +9,12 @@ Reactive Streams: AMQP

Available at Maven Central for Scala 2.11:

libraryDependencies += "io.scalac" %% "reactive-rabbit" % "1.1.0"
libraryDependencies += "io.scalac" %% "reactive-rabbit" % "1.1.1"

Example
----

#### Akka Streams - 2.4.2
#### Akka Streams - 2.4.7

```Scala
import akka.actor.ActorSystem
Expand All @@ -39,7 +39,7 @@ Source.fromPublisher(queue).map(_.message).runWith(Sink.fromSubscriber(exchange)

API Docs
----
Run `sbt doc` and open target/scala-2.xx/index.html.
Run `sbt doc` and open target/scala-2.11/index.html.

Settings
----
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -4,7 +4,7 @@ sonatypeSettings

name := "reactive-rabbit"

version := "1.1.0"
version := "1.1.1"

organization := "io.scalac"

Expand Down

0 comments on commit f8f6bdf

Please sign in to comment.