From f62a859d9317b85a4b4289ce99635945e4821428 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Mon, 22 May 2017 11:30:47 -0400 Subject: [PATCH] Update Relay documentation (1.0.0) --- lib/docs/scrapers/relay.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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