Browse Source

Update D3.js documentation (3.5.3)

Thibaut 11 years ago
parent
commit
683c4655b8
2 changed files with 3 additions and 3 deletions
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/d3.rb

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -117,7 +117,7 @@ credits = [
     'http://creativecommons.org/licenses/by-sa/2.5/'
   ], [
     'D3.js',
-    '2014 Michael Bostock',
+    '2015 Michael Bostock',
     'BSD',
     'https://raw.github.com/mbostock/d3/master/LICENSE'
   ], [

+ 2 - 2
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.2'
+    self.version = '3.5.3'
     self.base_url = 'https://github.com/mbostock/d3/wiki/'
     self.root_path = 'API-Reference'
 
@@ -36,7 +36,7 @@ module Docs
     options[:skip_patterns] = [/\//]
 
     options[:attribution] = <<-HTML
-      &copy; 2014 Michael Bostock<br>
+      &copy; 2015 Michael Bostock<br>
       Licensed under the BSD License.
     HTML
   end