We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8024c commit 939f626Copy full SHA for 939f626
lib/docs/scrapers/d3.rb
@@ -3,7 +3,7 @@ class D3 < UrlScraper
3
self.name = 'D3.js'
4
self.slug = 'd3'
5
self.type = 'd3'
6
- self.version = '3.4.4'
+ self.version = '3.4.5'
7
self.base_url = 'https://github.com/mbostock/d3/wiki/'
8
self.root_path = 'API-Reference'
9
0 commit comments