Skip to content

Commit

Permalink
Updates to document publishing of 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Wills committed Mar 3, 2017
1 parent b33c091 commit a3d515c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.9.2

* Fix bug when many updates and'd together (#90)

## Version 0.9.1

* Allow update of nested properties (#89)
Expand Down
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.1"
"com.gu" %% "scanamo" % "0.9.2"
)
```

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.1"
"com.gu" %% "scanamo" % "0.9.2"
)
```

Expand Down

0 comments on commit a3d515c

Please sign in to comment.