update Flow version

pull/822/merge
Beau Carnes 7 years ago committed by Thibaut Courouble
parent 88fbec5077
commit 68bd35c1bc

@ -553,8 +553,8 @@ credits = [
], [ ], [
'React, React Native, Flow, Relay', 'React, React Native, Flow, Relay',
'2013-present Facebook Inc.', '2013-present Facebook Inc.',
'CC BY', 'MIT',
'https://raw.githubusercontent.com/reactjs/reactjs.org/master/LICENSE-DOCS.md' 'https://raw.githubusercontent.com/facebook/react/master/LICENSE'
], [ ], [
'Redis', 'Redis',
'2009-2018 Salvatore Sanfilippo', '2009-2018 Salvatore Sanfilippo',

@ -1,7 +1,7 @@
module Docs module Docs
class Flow < UrlScraper class Flow < UrlScraper
self.type = 'flow' self.type = 'flow'
self.release = '0.68.0' self.release = '0.75.0'
self.base_url = 'https://flow.org/en/docs/' self.base_url = 'https://flow.org/en/docs/'
self.links = { self.links = {
home: 'https://flow.org/', home: 'https://flow.org/',
@ -16,7 +16,7 @@ module Docs
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2013&ndash;present Facebook Inc.<br> &copy; 2013&ndash;present Facebook Inc.<br>
Licensed under the BSD License. Licensed under the MIT License.
HTML HTML
end end
end end

Loading…
Cancel
Save