Skip to content

Commit

Permalink
Setting version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Oct 12, 2015
1 parent 76f52d0 commit c48250a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions notes/0.3.0.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.3.0-SNAPSHOT"
version in ThisBuild := "0.3.0"

0 comments on commit c48250a

Please sign in to comment.