Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkiedys committed Sep 5, 2015
1 parent fd3e0b9 commit 5b8ca6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ Reactive Streams: AMQP

Available at Maven Central for Scala 2.10 and 2.11:

libraryDependencies += "io.scalac" %% "reactive-rabbit" % "1.0.1"
libraryDependencies += "io.scalac" %% "reactive-rabbit" % "1.0.2"

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

name := "reactive-rabbit"

version := "1.0.2-SNAPSHOT"
version := "1.0.2"

organization := "io.scalac"

Expand Down

0 comments on commit 5b8ca6d

Please sign in to comment.