diff --git a/README.md b/README.md index 254e3ca..c146b95 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A Scala library for handling conversions between types by throwing exceptions or ### SBT (Scala 2.11 and 2.12) ```sbtshell -"com.nthportal" %% "convert" % "0.1.0" +"com.nthportal" %% "convert" % "0.1.1" ``` ### Maven @@ -24,7 +24,7 @@ A Scala library for handling conversions between types by throwing exceptions or com.nthportal convert_2.12 - 0.1.0 + 0.1.1 ``` @@ -34,6 +34,6 @@ A Scala library for handling conversions between types by throwing exceptions or com.nthportal convert_2.11 - 0.1.0 + 0.1.1 ```