File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ credits = [
218218 ' https://raw.githubusercontent.com/cypress-io/cypress-documentation/develop/LICENSE.md'
219219 ], [
220220 ' D' ,
221- ' 1999-2020 The D Language Foundation' ,
221+ ' 1999-2021 The D Language Foundation' ,
222222 ' Boost' ,
223223 ' https://raw.githubusercontent.com/dlang/phobos/master/LICENSE_1_0.txt'
224224 ], [
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Docs
22 class D < UrlScraper
33 include MultipleBaseUrls
44
5- self . release = '2.094.2 '
5+ self . release = '2.095.1 '
66 self . type = 'd'
77 self . base_urls = [ 'https://dlang.org/phobos/' , 'https://dlang.org/spec/' ]
88 self . root_path = 'index.html'
@@ -19,7 +19,7 @@ class D < UrlScraper
1919 options [ :title ] = false
2020
2121 options [ :attribution ] = <<-HTML
22- © 1999–2020 The D Language Foundation< br >
22+ © 1999–2021 The D Language Foundation< br >
2323 Licensed under the Boost License 1.0.
2424 HTML
2525
You can’t perform that action at this time.
0 commit comments