Browse Source

Update Angular documentation (2.4.7)

Thibaut Courouble 8 years ago
parent
commit
7e51d08e4f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/docs/scrapers/angular.rb

+ 2 - 2
lib/docs/scrapers/angular.rb

@@ -30,7 +30,7 @@ module Docs
     end
 
     options[:attribution] = <<-HTML
-      &copy; 2010&ndash;2016 Google, Inc.<br>
+      &copy; 2010&ndash;2017 Google, Inc.<br>
       Licensed under the Creative Commons Attribution License 4.0.
     HTML
 
@@ -42,7 +42,7 @@ module Docs
     end
 
     version '2 TypeScript' do
-      self.release = '2.4.3'
+      self.release = '2.4.7'
       self.base_url = 'https://angular.io/docs/ts/latest/'
     end