[devdocsgjs/main: 1552/1867] Update D to latest version




commit 4d9f725578eaeeafb06cee593a30fd4bfc00184d
Author: RUSshy <ismaalove gmail com>
Date:   Thu Mar 11 16:05:01 2021 +0100

    Update D to latest version

 lib/docs/scrapers/d.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/docs/scrapers/d.rb b/lib/docs/scrapers/d.rb
index d0340450..7ecd9e0a 100644
--- a/lib/docs/scrapers/d.rb
+++ b/lib/docs/scrapers/d.rb
@@ -2,7 +2,7 @@ module Docs
   class D < UrlScraper
     include MultipleBaseUrls
 
-    self.release = '2.094.2'
+    self.release = '2.095.1'
     self.type = 'd'
     self.base_urls = ['https://dlang.org/phobos/', 'https://dlang.org/spec/']
     self.root_path = 'index.html'
@@ -19,7 +19,7 @@ module Docs
     options[:title] = false
 
     options[:attribution] = <<-HTML
-      &copy; 1999&ndash;2020 The D Language Foundation<br>
+      &copy; 1999&ndash;2021 The D Language Foundation<br>
       Licensed under the Boost License 1.0.
     HTML
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]