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

Commit be1aeb0

Browse files
committed
prepare for release 0.1.2
1 parent ebb84de commit be1aeb0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

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

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

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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name := "Scala.js d3"
44

55
normalizedName := "scalajs-d3"
66

7-
version := "0.1.1"
7+
version := "0.1.2"
88

99
organization := "org.singlespaced"
1010

0 commit comments

Comments
 (0)