فهرست منبع

Update Electron documentation (1.8.4)

Thibaut Courouble 7 سال پیش
والد
کامیت
0b2b436c90
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://electronjs.org/docs'
-    self.release = '1.8.2'
+    self.release = '1.8.4'
     self.links = {
       home: 'https://electronjs.org/',
       code: 'https://github.com/electron/electron'