Skip to content

Commit

Permalink
Update D to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
RUSshy authored Mar 11, 2021
1 parent 2bc92cf commit 4d9f725
Showing 1 changed file with 2 additions and 2 deletions.
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 4d9f725

Please sign in to comment.