Skip to content

Commit

Permalink
Bump version to 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
vkostyukov committed Apr 13, 2018
1 parent 5b06cad commit 486654a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Every Finch module is published at Maven Central. Use the following _sbt_ snippe

```scala
libraryDependencies ++= Seq(
"com.github.finagle" %% "[finch-module]" % "0.18.1"
"com.github.finagle" %% "[finch-module]" % "0.19.0"
)
```

Expand All @@ -51,7 +51,7 @@ libraryDependencies ++= Seq(

Hello World!
------------
This "Hello World!" example is built with the `0.18.0` version of just `finch-core`.
This "Hello World!" example is built with the `0.19.0` version of just `finch-core`.

```scala
import io.finch._, io.finch.syntax._
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import microsites.ExtraMdFileConfig

lazy val buildSettings = Seq(
organization := "com.github.finagle",
version := "0.18.1",
version := "0.19.0",
scalaVersion := "2.12.5",
crossScalaVersions := Seq("2.11.12", "2.12.5")
)
Expand Down
4 changes: 2 additions & 2 deletions docs/src/main/tut/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ build.sbt:

```scala
libraryDependencies ++= Seq(
"com.github.finagle" %% "finch-core" % "0.18.1",
"com.github.finagle" %% "finch-circe" % "0.18.1",
"com.github.finagle" %% "finch-core" % "0.19.0",
"com.github.finagle" %% "finch-circe" % "0.19.0",
"io.circe" %% "circe-generic" % "0.9.0"
)
```
Expand Down

0 comments on commit 486654a

Please sign in to comment.