From 808a6fb43a48806eb930186fb2e3929b1ddf0f0f Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sat, 9 Jan 2016 12:13:53 -0500 Subject: [PATCH] Update React documentation (0.14.6) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/react.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 fc65da2a..860f12a4 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -331,7 +331,7 @@ credits = [ 'https://raw.githubusercontent.com/kriskowal/q/v1/LICENSE' ], [ 'React, React Native, Flow, Relay', - '2013-2015 Facebook Inc.', + '2013-2016 Facebook Inc.', 'CC BY', 'https://raw.githubusercontent.com/facebook/react/master/LICENSE-docs' ], [ diff --git a/lib/docs/scrapers/react.rb b/lib/docs/scrapers/react.rb index 78bf2455..fe741a96 100644 --- a/lib/docs/scrapers/react.rb +++ b/lib/docs/scrapers/react.rb @@ -2,7 +2,7 @@ module Docs class React < UrlScraper self.name = 'React' self.type = 'react' - self.version = '0.14.2' + self.version = '0.14.6' self.base_url = 'https://facebook.github.io/react/' self.root_path = 'docs/getting-started.html' self.links = { @@ -24,7 +24,7 @@ module Docs tips/introduction.html) options[:attribution] = <<-HTML - © 2013–2015 Facebook Inc.
+ © 2013–2016 Facebook Inc.
Licensed under the Creative Commons Attribution 4.0 International Public License. HTML end