Skip to content

Commit

Permalink
Prepare the release 0.16-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkostyukov committed Oct 8, 2017
1 parent bcf4f37 commit 1edeef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Every Finch module is published at Maven Central. Use the following _sbt_ snippe

```scala
libraryDependencies ++= Seq(
"com.github.finagle" %% "[finch-module]" % "0.16.0-M2"
"com.github.finagle" %% "[finch-module]" % "0.16.0-M3"
)
```

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

Hello World!
------------
This "Hello World!" example is built with the `0.16.0-M2` version of just `finch-core`.
This "Hello World!" example is built with the `0.16.0-M3` version of just `finch-core`.

```scala
import io.finch._
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.16.0-M2",
version := "0.16.0-M3",
scalaVersion := "2.12.2",
crossScalaVersions := Seq("2.11.11", "2.12.2")
)
Expand Down

0 comments on commit 1edeef9

Please sign in to comment.