Skip to content

Commit

Permalink
Bump version to 0.16.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkostyukov committed Jun 16, 2017
1 parent da3f903 commit e7a9ca8
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 @@ -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-RC1"
"com.github.finagle" %% "[finch-module]" % "0.16.0-M1"
)
```

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

Hello World!
------------
This "Hello World!" example is built with the `0.16.0-RC1` version of just `finch-core`.
This "Hello World!" example is built with the `0.16.0-M1` 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-RC1",
version := "0.16.0-M1",
scalaVersion := "2.12.2",
crossScalaVersions := Seq("2.11.11", "2.12.2")
)
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.16.0-RC1",
"com.github.finagle" %% "finch-circe" % "0.16.0-RC1",
"com.github.finagle" %% "finch-core" % "0.16.0-M1",
"com.github.finagle" %% "finch-circe" % "0.16.0-M1",
"io.circe" %% "circe-generic" % "0.8.0"
)
```
Expand Down

0 comments on commit e7a9ca8

Please sign in to comment.