Browse Source

Update Electron documentation (1.7.5)

Thibaut Courouble 8 năm trước cách đây
mục cha
commit
2d04a41bd3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/docs/scrapers/electron.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Electron < UrlScraper
     self.type = 'electron'
     self.base_url = 'https://electron.atom.io/docs/'
-    self.release = '1.6.10'
+    self.release = '1.7.5'
     self.links = {
       home: 'https://electron.atom.io/',
       code: 'https://github.com/electron/electron'