Skip to content

Commit

Permalink
Setting version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Jul 6, 2015
1 parent d428665 commit 65145b5
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.1, which is built against Scala 2.11.
The latest version of the library is 0.1.2, which is built against Scala 2.11.

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

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

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

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

0 comments on commit 65145b5

Please sign in to comment.