Skip to content

Commit

Permalink
Setting version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Aug 31, 2015
1 parent 35a4464 commit 19d3e40
Show file tree
Hide file tree
Showing 2 changed files with 5 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.

## Installation

The latest version of the library is 0.2.2, which is available for Scala and
The latest version of the library is 0.2.3, 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.2"
libraryDependencies += "eu.timepit" %% "refined" % "0.2.3"

Or for Scala.js:

libraryDependencies += "eu.timepit" %%% "refined" % "0.2.2"
libraryDependencies += "eu.timepit" %%% "refined" % "0.2.3"

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.2.markdown](https://github.com/fthomas/refined/blob/master/notes/0.2.2.markdown).
[0.2.3.markdown](https://github.com/fthomas/refined/blob/master/notes/0.2.3.markdown).

## Documentation

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.3-SNAPSHOT"
version in ThisBuild := "0.2.3"

0 comments on commit 19d3e40

Please sign in to comment.