Skip to content

Commit

Permalink
Release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Jun 21, 2016
1 parent b25d316 commit 198ebbd
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 @@ -16,7 +16,7 @@ this library let’s you convert refined types to and from JSON.
Add the following to your `build.sbt`:

``` scala
libraryDependencies += "com.lunaryorn" %% "play-json-refined" % "0.1"
libraryDependencies += "com.lunaryorn" %% "play-json-refined" % "0.2"
```

`play-json-refined` is available for Scala 2.11 and Play 2.5. Sorry, no Play
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.2-SNAPSHOT"
version in ThisBuild := "0.2"

0 comments on commit 198ebbd

Please sign in to comment.