diff --git a/README.md b/README.md index bdd50848d..f19451c4d 100644 --- a/README.md +++ b/README.md @@ -140,16 +140,16 @@ provides syntax for singleton types. ## Installation -The latest version of the library is 0.1.1, which is built against Scala 2.11. +The latest version of the library is 0.1.2, which is built against Scala 2.11. If you're using SBT, add the following to your build: - libraryDependencies += "eu.timepit" %% "refined" % "0.1.1" + libraryDependencies += "eu.timepit" %% "refined" % "0.1.2" **refined** is also available for [Scala.js][scala.js]. To use it with your Scala.js project, add the following to your build: - libraryDependencies += "eu.timepit" %%% "refined" % "0.1.1" + libraryDependencies += "eu.timepit" %%% "refined" % "0.1.2" Instructions for Maven and other build tools is available at [search.maven.org][search.maven]. diff --git a/version.sbt b/version.sbt index c35b76204..dcbc8a147 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.1.2-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.1.2" \ No newline at end of file