File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ credits = [
218
218
' https://raw.githubusercontent.com/cypress-io/cypress-documentation/develop/LICENSE.md'
219
219
], [
220
220
' D' ,
221
- ' 1999-2020 The D Language Foundation' ,
221
+ ' 1999-2021 The D Language Foundation' ,
222
222
' Boost' ,
223
223
' https://raw.githubusercontent.com/dlang/phobos/master/LICENSE_1_0.txt'
224
224
], [
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Docs
2
2
class D < UrlScraper
3
3
include MultipleBaseUrls
4
4
5
- self . release = '2.094.2 '
5
+ self . release = '2.095.1 '
6
6
self . type = 'd'
7
7
self . base_urls = [ 'https://dlang.org/phobos/' , 'https://dlang.org/spec/' ]
8
8
self . root_path = 'index.html'
@@ -19,7 +19,7 @@ class D < UrlScraper
19
19
options [ :title ] = false
20
20
21
21
options [ :attribution ] = <<-HTML
22
- © 1999–2020 The D Language Foundation< br >
22
+ © 1999–2021 The D Language Foundation< br >
23
23
Licensed under the Boost License 1.0.
24
24
HTML
25
25
You can’t perform that action at this time.
0 commit comments