Skip to content

Commit

Permalink
compiles v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Nov 17, 2016
1 parent 75ccd09 commit bbcb3f9
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 @@ -12,7 +12,7 @@ Fancy SVG shapes for visualizations
If you use NPM, `npm install d3plus-shape`. Otherwise, download the [latest release](https://github.com/d3plus/d3plus-shape/releases/latest). The released bundle supports AMD, CommonJS, and vanilla environments. Create a [custom bundle using Rollup](https://github.com/rollup/rollup) or your preferred bundler. You can also load directly from [d3plus.org](https://d3plus.org):

```html
<script src="https://d3plus.org/js/d3plus-shape.v0.8.full.min.js"></script>
<script src="https://d3plus.org/js/d3plus-shape.v0.9.full.min.js"></script>
```

[width]: 360
Expand Down Expand Up @@ -910,4 +910,4 @@ Calculates the pixel distance between two points.



###### <sub>Documentation generated on Wed, 16 Nov 2016 03:30:22 GMT</sub>
###### <sub>Documentation generated on Thu, 17 Nov 2016 04:38:12 GMT</sub>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3plus-shape",
"version": "0.8.25",
"version": "0.9.0",
"description": "Fancy SVG shapes for visualizations",
"main": "build/d3plus-shape.js",
"jsnext:main": "index",
Expand Down

0 comments on commit bbcb3f9

Please sign in to comment.