From 967fbf594fd552d472ab9beb98826c6da1692b95 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 15 Jan 2017 17:58:04 -0500 Subject: [PATCH] Update React documentation (15.4.2) --- 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 91c50812..887527fd 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -476,7 +476,7 @@ credits = [ 'https://raw.githubusercontent.com/ramda/ramda/master/LICENSE.txt' ], [ 'React, React Native, Flow, Relay', - '2013-2016 Facebook Inc.', + '2013-2017 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 a55a4ced..98863b59 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.release = '15.4.0' + self.release = '15.4.2' self.base_url = 'https://facebook.github.io/react/docs/' self.root_path = 'hello-world.html' self.links = { @@ -27,7 +27,7 @@ module Docs } options[:attribution] = <<-HTML - © 2013–2016 Facebook Inc.
+ © 2013–2017 Facebook Inc.
Licensed under the Creative Commons Attribution 4.0 International Public License. HTML end