diff --git a/lib/docs/scrapers/angular.rb b/lib/docs/scrapers/angular.rb
index a4df8290..756480ad 100644
--- a/lib/docs/scrapers/angular.rb
+++ b/lib/docs/scrapers/angular.rb
@@ -30,7 +30,7 @@ module Docs
end
options[:attribution] = <<-HTML
- © 2010–2016 Google, Inc.
+ © 2010–2017 Google, Inc.
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