Skip to content

Commit

Permalink
Bump version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Wills committed Jan 20, 2017
1 parent 07a93c3 commit 2d85649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Installation

```scala
libraryDependencies ++= Seq(
"com.gu" %% "scanamo" % "0.9.0"
"com.gu" %% "scanamo" % "0.9.1"
)
```

Expand Down
2 changes: 1 addition & 1 deletion src/main/tut/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Scanamo is published for Scala 2.11 and 2.12 to Maven Central, so just add the f

```scala
libraryDependencies ++= Seq(
"com.gu" %% "scanamo" % "0.9.0"
"com.gu" %% "scanamo" % "0.9.1"
)
```

Expand Down

0 comments on commit 2d85649

Please sign in to comment.