Skip to content

Commit 1a633fa

Browse files
authored
Merge pull request #1499 from RUSshy/patch-1
Update D to latest version
2 parents 2bc92cf + e59155e commit 1a633fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
], [

lib/docs/scrapers/d.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
&copy; 1999&ndash;2020 The D Language Foundation<br>
22+
&copy; 1999&ndash;2021 The D Language Foundation<br>
2323
Licensed under the Boost License 1.0.
2424
HTML
2525

0 commit comments

Comments
 (0)