Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
Version bump to 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarmueller committed Dec 2, 2016
1 parent 566b61a commit 5ca4900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ Then add the dependency:

```
libraryDependencies ++= Seq(
"com.eclipsesource" %% "play-json-schema-validator" % "0.8.5"
"com.eclipsesource" %% "play-json-schema-validator" % "0.8.6"
)
```

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version in ThisBuild := "0.8.5-SNAPSHOT"
version in ThisBuild := "0.8.6"

0 comments on commit 5ca4900

Please sign in to comment.