diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index 3d543d28..cdad7c71 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -126,7 +126,7 @@ credits = [
'http://creativecommons.org/licenses/by-sa/2.5/'
], [
'D3.js',
- '2015 Michael Bostock',
+ '2010-2016 Michael Bostock',
'BSD',
'https://raw.github.com/mbostock/d3/master/LICENSE'
], [
diff --git a/lib/docs/scrapers/d3.rb b/lib/docs/scrapers/d3.rb
index c6252e9d..5114abc2 100644
--- a/lib/docs/scrapers/d3.rb
+++ b/lib/docs/scrapers/d3.rb
@@ -3,7 +3,7 @@ module Docs
self.name = 'D3.js'
self.slug = 'd3'
self.type = 'd3'
- self.version = '3.5.9'
+ self.version = '3.5.12'
self.base_url = 'https://github.com/mbostock/d3/wiki/'
self.root_path = 'API-Reference'
self.links = {
@@ -40,7 +40,7 @@ module Docs
options[:skip_patterns] = [/\//]
options[:attribution] = <<-HTML
- © 2015 Michael Bostock
+ © 2010–2016 Michael Bostock
Licensed under the BSD License.
HTML
end