Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Jan 28, 2016
1 parent cb15448 commit e237568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you use NPM, `npm install d3-shape`. Otherwise, download the [latest release]

```html
<script src="https://d3js.org/d3-path.v0.1.min.js"></script>
<script src="https://d3js.org/d3-shape.v0.4.min.js"></script>
<script src="https://d3js.org/d3-shape.v0.5.min.js"></script>
```

In a vanilla environment, a `d3_shape` global is exported. [Try d3-shape in your browser.](https://tonicdev.com/npm/d3-shape)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-shape",
"version": "0.4.0",
"version": "0.5.0",
"description": "Graphical primitives for visualization, such as lines and areas.",
"keywords": [
"d3",
Expand Down

0 comments on commit e237568

Please sign in to comment.