Skip to content

Commit 4ad04f0

Browse files
committed
Update version numbers
1 parent 4167329 commit 4ad04f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
### 1.1.6
3+
### 1.1.7
44

55
* Add support for RequireJS/AMD (thanks @kimxogus)
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var scaleCluster = require('d3-scale-cluster');
3535
Include the following script tag on your page after D3
3636

3737
```html
38-
<script src="https://unpkg.com/d3-scale-cluster@1.1.5/dist/d3-scale-cluster.min.js"></script>
38+
<script src="https://unpkg.com/d3-scale-cluster@1.1.7/dist/d3-scale-cluster.min.js"></script>
3939
```
4040

4141
Reference the scale directly from the d3 object

0 commit comments

Comments
 (0)