Skip to content

Commit

Permalink
Release 0.0.5 🐠
Browse files Browse the repository at this point in the history
  • Loading branch information
lreynes committed Feb 1, 2019
1 parent d18b8ee commit b20c7d4
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 @@ -13,7 +13,7 @@ This library is highly inspired by [jto-validation](https://github.com/jto/valid
Circe Validation is currently available 2.1X
Import Circe Validation library, by adding this dependency in your `build.sbt`
```scala
"io.tabmo" %% "circe-validation-core" % "0.0.5"
"io.tabmo" %% "circe-validation-core" % "0.0.6"
```

and the following resolver
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._

organization in ThisBuild := "io.tabmo"
scalaVersion in ThisBuild := "2.12.6"
version in ThisBuild := "0.0.5"
version in ThisBuild := "0.0.6"
name := "Circe Validation"

licenses in ThisBuild += ("Apache-2.0", url("http://opensource.org/licenses/Apache-2.0"))
Expand Down

1 comment on commit b20c7d4

@Rlucas12
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Release 0.0.6 not 0.0.5 ...

Please # to comment.