diff --git a/README.md b/README.md index e474d3a..df2c20f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ NewTypes for Scala with no runtime overhead. If you are using SBT, add the following line to your build file - ```scala -libraryDependencies += "io.estatico" %% "newtype" % "0.2.0" +libraryDependencies += "io.estatico" %% "newtype" % "0.2.1" ``` For Maven or other build tools, see the Maven Central badge at the top of this README. diff --git a/version.sbt b/version.sbt index cfeb331..a500ff9 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.2.1-SNAPSHOT" +version in ThisBuild := "0.2.1"