Skip to content

Commit

Permalink
react: update to 16.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Jan 14, 2020
1 parent d6c9d2b commit 761752d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/docs/scrapers/react.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Docs
class React < UrlScraper
self.name = 'React'
self.type = 'simple'
self.release = '16.10.2'
self.release = '16.12.0'
self.base_url = 'https://reactjs.org/docs/'
self.root_path = 'hello-world.html'
self.links = {
Expand Down

0 comments on commit 761752d

Please sign in to comment.