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