From ce94b8c1a52ea97b174cf88c12be6d2faf18e35f Mon Sep 17 00:00:00 2001 From: Cary Robbins Date: Mon, 26 Feb 2018 20:02:28 -0600 Subject: [PATCH] Setting version to 0.2.1 --- README.md | 2 +- version.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"