From 68bd35c1bc87a6e553f1bcdca7ed70f5d460a256 Mon Sep 17 00:00:00 2001 From: Beau Carnes Date: Thu, 5 Jul 2018 21:58:15 +0000 Subject: [PATCH] update Flow version --- assets/javascripts/templates/pages/about_tmpl.coffee | 4 ++-- lib/docs/scrapers/flow.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 35905385..9cfc1a0b 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -553,8 +553,8 @@ credits = [ ], [ 'React, React Native, Flow, Relay', '2013-present Facebook Inc.', - 'CC BY', - 'https://raw.githubusercontent.com/reactjs/reactjs.org/master/LICENSE-DOCS.md' + 'MIT', + 'https://raw.githubusercontent.com/facebook/react/master/LICENSE' ], [ 'Redis', '2009-2018 Salvatore Sanfilippo', diff --git a/lib/docs/scrapers/flow.rb b/lib/docs/scrapers/flow.rb index cbf95f5c..bc559486 100644 --- a/lib/docs/scrapers/flow.rb +++ b/lib/docs/scrapers/flow.rb @@ -1,7 +1,7 @@ module Docs class Flow < UrlScraper self.type = 'flow' - self.release = '0.68.0' + self.release = '0.75.0' self.base_url = 'https://flow.org/en/docs/' self.links = { home: 'https://flow.org/', @@ -16,7 +16,7 @@ module Docs options[:attribution] = <<-HTML © 2013–present Facebook Inc.
- Licensed under the BSD License. + Licensed under the MIT License. HTML end end