[devdocsgjs/main: 1276/1867] d: update release 2.094.2




commit c6177b2f191de5a73fbdc672df2606e06a6bd344
Author: Simon Legner <Simon Legner gmail com>
Date:   Sat Nov 21 15:57:12 2020 +0100

    d: update release 2.094.2

 assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
 lib/docs/scrapers/d.rb                               | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee 
b/assets/javascripts/templates/pages/about_tmpl.coffee
index 37b46149..712ca07b 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -218,7 +218,7 @@ credits = [
     'https://raw.githubusercontent.com/cypress-io/cypress-documentation/develop/LICENSE.md'
   ], [
     'D',
-    '1999-2019 The D Language Foundation',
+    '1999-2020 The D Language Foundation',
     'Boost',
     'https://raw.githubusercontent.com/dlang/phobos/master/LICENSE_1_0.txt'
   ], [
diff --git a/lib/docs/scrapers/d.rb b/lib/docs/scrapers/d.rb
index 7066c7fa..d0340450 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.088.0'
+    self.release = '2.094.2'
     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;2019 The D Language Foundation<br>
+      &copy; 1999&ndash;2020 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]