Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Commit

Permalink
prepare for release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spaced committed Dec 16, 2015
1 parent ebb84de commit be1aeb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Usage
-----
Add the following to your sbt build definition:

libraryDependencies += "org.singlespaced" %%% "scalajs-d3" % "0.1.1"
libraryDependencies += "org.singlespaced" %%% "scalajs-d3" % "0.1.2"

Enjoy the types available in `org.singlespaced.d3js`:
```
Expand Down Expand Up @@ -49,7 +49,7 @@ are permitted provided that the following conditions are met:
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of the EPFL nor the names of its contributors
* Neither the name of the singlespaced.org nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "Scala.js d3"

normalizedName := "scalajs-d3"

version := "0.1.1"
version := "0.1.2"

organization := "org.singlespaced"

Expand Down

0 comments on commit be1aeb0

Please sign in to comment.