瀏覽代碼

Update D3.js documentation (7.8.1)

Simon Legner 2 年之前
父節點
當前提交
a884911803
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lib/docs/scrapers/d3.rb

+ 2 - 2
lib/docs/scrapers/d3.rb

@@ -12,12 +12,12 @@ module Docs
     options[:container] = '.markdown-body'
 
     options[:attribution] = <<-HTML
-      &copy; 2010&ndash;2022 Michael Bostock<br>
+      &copy; 2010&ndash;2023 Michael Bostock<br>
       Licensed under the BSD License.
     HTML
 
     version '7' do
-      self.release = '7.6.1'
+      self.release = '7.8.1'
       self.base_url = 'https://github.com/d3/'
       self.root_path = 'd3/blob/master/API.md'