diff --git a/lib/docs/scrapers/relay.rb b/lib/docs/scrapers/relay.rb index 7d3db132..f271f80c 100644 --- a/lib/docs/scrapers/relay.rb +++ b/lib/docs/scrapers/relay.rb @@ -1,7 +1,7 @@ module Docs class Relay < React self.type = 'react' - self.release = '0.10.0' + self.release = '1.0.0' self.base_url = 'https://facebook.github.io/relay/docs/' self.root_path = 'getting-started.html' self.links = { @@ -14,7 +14,7 @@ module Docs options[:skip] = %w(videos.html graphql-further-reading.html) options[:attribution] = <<-HTML - © 2013–2016 Facebook Inc.
+ © 2013–present Facebook Inc.
Licensed under the BSD License. HTML end