Skip to content

Commit 967fbf5

Browse files
committed
Update React documentation (15.4.2)
1 parent a8e25ea commit 967fbf5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ credits = [
476476
'https://raw.githubusercontent.com/ramda/ramda/master/LICENSE.txt'
477477
], [
478478
'React, React Native, Flow, Relay',
479-
'2013-2016 Facebook Inc.',
479+
'2013-2017 Facebook Inc.',
480480
'CC BY',
481481
'https://raw.githubusercontent.com/facebook/react/master/LICENSE-docs'
482482
], [

lib/docs/scrapers/react.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class React < UrlScraper
33
self.name = 'React'
44
self.type = 'react'
5-
self.release = '15.4.0'
5+
self.release = '15.4.2'
66
self.base_url = 'https://facebook.github.io/react/docs/'
77
self.root_path = 'hello-world.html'
88
self.links = {
@@ -27,7 +27,7 @@ class React < UrlScraper
2727
}
2828

2929
options[:attribution] = <<-HTML
30-
&copy; 2013&ndash;2016 Facebook Inc.<br>
30+
&copy; 2013&ndash;2017 Facebook Inc.<br>
3131
Licensed under the Creative Commons Attribution 4.0 International Public License.
3232
HTML
3333
end

0 commit comments

Comments
 (0)