Skip to content

Commit

Permalink
Setting version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Jul 14, 2015
1 parent c1f08e3 commit 906d1d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,16 @@ provides syntax for singleton types.

## Installation

The latest version of the library is 0.1.2, which is built against Scala 2.11.
The latest version of the library is 0.1.3, which is built against Scala 2.11.

If you're using SBT, add the following to your build:

libraryDependencies += "eu.timepit" %% "refined" % "0.1.2"
libraryDependencies += "eu.timepit" %% "refined" % "0.1.3"

**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.2"
libraryDependencies += "eu.timepit" %%% "refined" % "0.1.3"

Instructions for Maven and other build tools is available at [search.maven.org][search.maven].

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

0 comments on commit 906d1d4

Please sign in to comment.