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

Commit d283c2f

Browse files
committed
Prepare doc for 0.3.1
1 parent a3c75c0 commit d283c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Usage
1111
-----
1212
Add the following to your sbt build definition:
1313

14-
libraryDependencies += "org.singlespaced" %%% "scalajs-d3" % "0.3.0"
14+
libraryDependencies += "org.singlespaced" %%% "scalajs-d3" % "0.3.1"
1515

1616
Enjoy the types available in `org.singlespaced.d3js`:
1717
```
@@ -35,7 +35,7 @@ more about [d3js.org](http://d3js.org)
3535

3636
See also example project [scala-js-d3-example-app](https://github.com/spaced/scala-js-d3-example-app)
3737

38-
- scalajs-d3 0.3.0 is for Scala.js 0.6.6+, with both Scala 2.10 and 2.11.
38+
- scalajs-d3 0.3.1 is for Scala.js 0.6.6+, with both Scala 2.10 and 2.11.
3939
- scalajs-d3 0.2.0 is for Scala.js 0.6.5, with both Scala 2.10 and 2.11.
4040

4141

0 commit comments

Comments
 (0)