From 7e51d08e4f5a93b8e515392c63b08c2f8f90a11e Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sat, 18 Feb 2017 10:46:03 -0500 Subject: [PATCH] Update Angular documentation (2.4.7) --- lib/docs/scrapers/angular.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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