Skip to content

Commit

Permalink
Bump version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkiedys committed Dec 22, 2014
1 parent ae03214 commit 317b1ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,9 +5,9 @@ Reactive Streams: AMQP

[Reactive Streams](http://www.reactive-streams.org) driver for AMQP protocol. Powered by [RabbitMQ](https://www.rabbitmq.com/) library.

Available at Maven Central:
Available at Maven Central for Scala 2.10 and 2.11:

libraryDependencies += "io.scalac" % "reactive-rabbit_2.11" % "0.2.1"
libraryDependencies += "io.scalac" %% "reactive-rabbit" % "0.2.2"

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

name := "reactive-rabbit"

version := "0.2.1"
version := "0.2.2"

organization := "io.scalac"

Expand Down

0 comments on commit 317b1ea

Please sign in to comment.