From 3cb359ee9c663cf58bf253bfd6538ffac6eeb0e2 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 15 Jan 2017 18:00:06 -0500 Subject: [PATCH] Update React Native documentation (0.40) --- lib/docs/scrapers/react_native.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/react_native.rb b/lib/docs/scrapers/react_native.rb index 4c9c0332..09859867 100644 --- a/lib/docs/scrapers/react_native.rb +++ b/lib/docs/scrapers/react_native.rb @@ -3,7 +3,7 @@ module Docs self.name = 'React Native' self.slug = 'react_native' self.type = 'react' - self.release = '0.39' + self.release = '0.40' self.base_url = 'https://facebook.github.io/react-native/docs/' self.root_path = 'getting-started.html' self.links = { @@ -29,7 +29,7 @@ module Docs } options[:attribution] = <<-HTML - © 2016 Facebook Inc.
+ © 2015–2017 Facebook Inc.
Licensed under the Creative Commons Attribution 4.0 International Public License. HTML end