@@ -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'
@@ -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.<br>
+ © 2013–2017 Facebook Inc.<br>
Licensed under the Creative Commons Attribution 4.0 International Public License.
HTML
end