[devdocsgjs/main: 1574/1867] Update Angular documentation (11.2.6)




commit 3c407a8ea633bd6b5691e37ca512a33530d2e213
Author: Simon Legner <Simon Legner gmail com>
Date:   Mon Mar 22 21:15:56 2021 +0100

    Update Angular documentation (11.2.6)

 assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
 lib/docs/scrapers/angular.rb                         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee 
b/assets/javascripts/templates/pages/about_tmpl.coffee
index 6b9f7006..ca6f5e37 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -88,7 +88,7 @@ credits = [
     'https://creativecommons.org/licenses/by/3.0/'
   ], [
     'Angular',
-    '2010-2020 Google, Inc.',
+    '2010-2021 Google, Inc.',
     'CC BY',
     'https://creativecommons.org/licenses/by/4.0/'
   ], [
diff --git a/lib/docs/scrapers/angular.rb b/lib/docs/scrapers/angular.rb
index 0c4b9f43..28c39ad4 100644
--- a/lib/docs/scrapers/angular.rb
+++ b/lib/docs/scrapers/angular.rb
@@ -11,7 +11,7 @@ module Docs
     options[:max_image_size] = 256_000
 
     options[:attribution] = <<-HTML
-      &copy; 2010&ndash;2020 Google, Inc.<br>
+      &copy; 2010&ndash;2021 Google, Inc.<br>
       Licensed under the Creative Commons Attribution License 4.0.
     HTML
 
@@ -59,7 +59,7 @@ module Docs
     end
 
     version do
-      self.release = '11.0.0'
+      self.release = '11.2.6'
       self.base_url = 'https://angular.io/'
       self.root_path = 'docs'
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]