Browse Source

Update React documentation (16.4.0)

Thibaut Courouble 7 years ago
parent
commit
c7f8057c95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/react.rb

+ 1 - 1
lib/docs/scrapers/react.rb

@@ -2,7 +2,7 @@ module Docs
   class React < UrlScraper
     self.name = 'React'
     self.type = 'simple'
-    self.release = '16.3.0'
+    self.release = '16.4.0'
     self.base_url = 'https://reactjs.org/docs/'
     self.root_path = 'hello-world.html'
     self.links = {