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 @@ -88,7 +88,7 @@ credits = [
88
88
' https://creativecommons.org/licenses/by/3.0/'
89
89
], [
90
90
' Angular' ,
91
- ' 2010-2020 Google, Inc.' ,
91
+ ' 2010-2021 Google, Inc.' ,
92
92
' CC BY' ,
93
93
' https://creativecommons.org/licenses/by/4.0/'
94
94
], [
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class Angular < UrlScraper
11
11
options [ :max_image_size ] = 256_000
12
12
13
13
options [ :attribution ] = <<-HTML
14
- © 2010–2020 Google, Inc.< br >
14
+ © 2010–2021 Google, Inc.< br >
15
15
Licensed under the Creative Commons Attribution License 4.0.
16
16
HTML
17
17
@@ -59,7 +59,7 @@ def handle_response(response)
59
59
end
60
60
61
61
version do
62
- self . release = '11.0.0 '
62
+ self . release = '11.2.6 '
63
63
self . base_url = 'https://angular.io/'
64
64
self . root_path = 'docs'
65
65
You can’t perform that action at this time.
0 commit comments