Skip to content

Commit 5a62aa0

Browse files
committed
Update Electron documentation (2.0.2)
1 parent 40c36a8 commit 5a62aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docs/scrapers/electron.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Electron < UrlScraper
33
self.type = 'electron'
44
self.base_url = 'https://electronjs.org/docs'
5-
self.release = '2.0.0'
5+
self.release = '2.0.2'
66
self.links = {
77
home: 'https://electronjs.org/',
88
code: 'https://github.com/electron/electron'

0 commit comments

Comments
 (0)