Skip to content

Commit

Permalink
chore: Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikGartner committed Jul 21, 2016
1 parent 778b82c commit a79495f
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<a name="1.3.2"></a>
## [1.3.2](https://github.com/ErikGartner/dtree/compare/1.3.1...v1.3.2) (2016-07-21)




<a name="1.3.1"></a>
## [1.3.1](https://github.com/ErikGartner/dtree/compare/1.3.0...v1.3.1) (2016-03-08)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ There are several ways to use dTree. One way is to simply include the compiled f

Lastly dTree is also available through the RawGit CDN:
```
https://cdn.rawgit.com/ErikGartner/dTree/1.3.1/dist/dTree.min.js
https://cdn.rawgit.com/ErikGartner/dTree/1.3.2/dist/dTree.min.js
```

## Requirements
Expand Down
2 changes: 1 addition & 1 deletion dist/dTree.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/dTree.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/dTree.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/dTree.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-dtree",
"version": "1.3.1",
"version": "1.3.2",
"description": "A library for visualizing data trees built on top of D3.",
"main": "dist/dTree.js",
"scripts": {
Expand Down

0 comments on commit a79495f

Please sign in to comment.