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 @@ -88,7 +88,7 @@ credits = [
8888 ' https://creativecommons.org/licenses/by/3.0/'
8989 ], [
9090 ' Angular' ,
91- ' 2010-2020 Google, Inc.' ,
91+ ' 2010-2021 Google, Inc.' ,
9292 ' CC BY' ,
9393 ' https://creativecommons.org/licenses/by/4.0/'
9494 ], [
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class Angular < UrlScraper
1111 options [ :max_image_size ] = 256_000
1212
1313 options [ :attribution ] = <<-HTML
14- © 2010–2020 Google, Inc.< br >
14+ © 2010–2021 Google, Inc.< br >
1515 Licensed under the Creative Commons Attribution License 4.0.
1616 HTML
1717
@@ -59,7 +59,7 @@ def handle_response(response)
5959 end
6060
6161 version do
62- self . release = '11.0.0 '
62+ self . release = '11.2.6 '
6363 self . base_url = 'https://angular.io/'
6464 self . root_path = 'docs'
6565
You can’t perform that action at this time.
0 commit comments