Skip to content

Commit

Permalink
Merge pull request #1159 from simon04/refact-16.12
Browse files Browse the repository at this point in the history
react: update to 16.12.0
  • Loading branch information
j-f1 committed Jan 29, 2020
2 parents bad02f8 + 761752d commit e2acab1
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 e2acab1

Please sign in to comment.