Skip to content

Commit

Permalink
Setting version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carymrobbins committed Feb 27, 2018
1 parent 03d3cce commit ce94b8c
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 @@ -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.
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.1-SNAPSHOT"
version in ThisBuild := "0.2.1"

0 comments on commit ce94b8c

Please sign in to comment.