Skip to content

Commit

Permalink
Prepare 0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
krasserm committed Jun 18, 2017
1 parent 6c5a869 commit 3e4c4e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ Streamz artifacts are available for Scala 2.11 and 2.12:

resolvers += "krasserm at bintray" at "http://dl.bintray.com/krasserm/maven"

libraryDependencies += "com.github.krasserm" %% "streamz-camel-akka" % "0.8"
libraryDependencies += "com.github.krasserm" %% "streamz-camel-akka" % "0.8.1"

libraryDependencies += "com.github.krasserm" %% "streamz-camel-fs2" % "0.8"
libraryDependencies += "com.github.krasserm" %% "streamz-camel-fs2" % "0.8.1"

libraryDependencies += "com.github.krasserm" %% "streamz-converter" % "0.8"
libraryDependencies += "com.github.krasserm" %% "streamz-converter" % "0.8.1"

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion streamz-camel-akka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The DSL is provided by the `streamz-camel-akka` artifact which is available for

resolvers += "krasserm at bintray" at "http://dl.bintray.com/krasserm/maven"

libraryDependencies += "com.github.krasserm" %% "streamz-camel-akka" % "0.8"
libraryDependencies += "com.github.krasserm" %% "streamz-camel-akka" % "0.8.1"

<a name="scala-dsl"></a>
### Scala DSL
Expand Down
2 changes: 1 addition & 1 deletion streamz-camel-fs2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The DSL is provided by the `streamz-camel-fs2` artifact which is available for S

resolvers += "krasserm at bintray" at "http://dl.bintray.com/krasserm/maven"

libraryDependencies += "com.github.krasserm" %% "streamz-camel-fs2" % "0.8"
libraryDependencies += "com.github.krasserm" %% "streamz-camel-fs2" % "0.8.1"

<a name="dsl"></a>
### DSL
Expand Down
2 changes: 1 addition & 1 deletion streamz-converter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Stream converters convert Akka Stream `Source`s, `Flow`s and `Sink`s to FS2 `Str

resolvers += "krasserm at bintray" at "http://dl.bintray.com/krasserm/maven"

libraryDependencies += "com.github.krasserm" %% "streamz-converter" % "0.8"
libraryDependencies += "com.github.krasserm" %% "streamz-converter" % "0.8.1"

artifact and can be imported with:

Expand Down

0 comments on commit 3e4c4e1

Please sign in to comment.