diff --git a/README.md b/README.md index d27aa57f5..3ca032d1c 100644 --- a/README.md +++ b/README.md @@ -143,21 +143,21 @@ provides syntax for singleton types. ## Using refined -The latest version of the library is 0.2.3, which is available for Scala and +The latest version of the library is 0.3.0, which is available for Scala and [Scala.js][scala.js] version 2.11. If you're using SBT, add the following to your build: - libraryDependencies += "eu.timepit" %% "refined" % "0.2.3" + libraryDependencies += "eu.timepit" %% "refined" % "0.3.0" Or for Scala.js: - libraryDependencies += "eu.timepit" %%% "refined" % "0.2.3" + libraryDependencies += "eu.timepit" %%% "refined" % "0.3.0" 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.2.3.markdown](https://github.com/fthomas/refined/blob/master/notes/0.2.3.markdown). +[0.3.0.markdown](https://github.com/fthomas/refined/blob/master/notes/0.3.0.markdown). ## Documentation diff --git a/notes/0.3.0.markdown b/notes/0.3.0.markdown index 9f19e5bf6..a654dbadf 100644 --- a/notes/0.3.0.markdown +++ b/notes/0.3.0.markdown @@ -29,3 +29,5 @@ [#61]: https://github.com/fthomas/refined/issues/61 [#64]: https://github.com/fthomas/refined/issues/64 [#68]: https://github.com/fthomas/refined/pull/68 + +Released on 2015-10-12 diff --git a/version.sbt b/version.sbt index 3dc5c8bd5..0ed6346f7 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.3.0-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.3.0" \ No newline at end of file