Skip to content

Commit 3c407a8

Browse files
committed
Update Angular documentation (11.2.6)
1 parent 0a4ef6a commit 3c407a8

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
@@ -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
], [

lib/docs/scrapers/angular.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Angular < UrlScraper
1111
options[:max_image_size] = 256_000
1212

1313
options[:attribution] = <<-HTML
14-
&copy; 2010&ndash;2020 Google, Inc.<br>
14+
&copy; 2010&ndash;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

0 commit comments

Comments
 (0)