소스 검색

Update Electron documentation (1.7.9)

Thibaut Courouble 8 년 전
부모
커밋
3ac5406da2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.7.5'
+    self.release = '1.7.9'
     self.links = {
       home: 'https://electron.atom.io/',
       code: 'https://github.com/electron/electron'