From ebd6e58c3853d872d9bffef352dbed88ab06a0c1 Mon Sep 17 00:00:00 2001 From: "Frank S. Thomas" Date: Sat, 17 Oct 2015 21:03:45 +0200 Subject: [PATCH] Setting version to 0.3.1 --- README.md | 8 ++++---- notes/0.3.1.markdown | 2 ++ version.sbt | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bff6a4ea1..aff8250fd 100644 --- a/README.md +++ b/README.md @@ -155,14 +155,14 @@ provides syntax for singleton types. ## Using refined -The latest version of the library is 0.3.0, which is available for Scala and +The latest version of the library is 0.3.1, which is available for Scala and [Scala.js][scala.js] version 2.10 and 2.11. If you're using SBT, add the following to your build: libraryDependencies ++= Seq( - "eu.timepit" %% "refined" % "0.3.0", - "eu.timepit" %% "refined-scalacheck" % "0.3.0" % "test" // optional + "eu.timepit" %% "refined" % "0.3.1", + "eu.timepit" %% "refined-scalacheck" % "0.3.1" % "test" // optional ) For Scala.js just replace `%%` with `%%%` above. @@ -170,7 +170,7 @@ For Scala.js just replace `%%` with `%%%` above. Instructions for Maven and other build tools are available at [search.maven.org][search.maven]. Release notes for the latest version are available in -[0.3.0.markdown](https://github.com/fthomas/refined/blob/master/notes/0.3.0.markdown). +[0.3.1.markdown](https://github.com/fthomas/refined/blob/master/notes/0.3.1.markdown). ## Documentation diff --git a/notes/0.3.1.markdown b/notes/0.3.1.markdown index 52b5aa370..0f76184a0 100644 --- a/notes/0.3.1.markdown +++ b/notes/0.3.1.markdown @@ -6,3 +6,5 @@ [#58]: https://github.com/fthomas/refined/issues/58 [scalacheck]: http://scalacheck.org/ + +Released on 2015-10-17 diff --git a/version.sbt b/version.sbt index fd2dfc82f..a5b39efd9 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.3.1-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.3.1" \ No newline at end of file