Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#1499 from RUSshy/patch-1
Browse files Browse the repository at this point in the history
Update D to latest version
  • Loading branch information
simon04 authored Mar 11, 2021
2 parents 2bc92cf + e59155e commit 1a633fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/javascripts/templates/pages/about_tmpl.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ credits = [
'https://raw.githubusercontent.com/cypress-io/cypress-documentation/develop/LICENSE.md'
], [
'D',
'1999-2020 The D Language Foundation',
'1999-2021 The D Language Foundation',
'Boost',
'https://raw.githubusercontent.com/dlang/phobos/master/LICENSE_1_0.txt'
], [
Expand Down
4 changes: 2 additions & 2 deletions lib/docs/scrapers/d.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -19,7 +19,7 @@ class D < UrlScraper
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

Expand Down

0 comments on commit 1a633fa

Please sign in to comment.