Explorar el Código

Update Redux documentation (3.7.2)

Thibaut Courouble hace 8 años
padre
commit
19019923e5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/docs/scrapers/redux.rb

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

@@ -1,7 +1,7 @@
 module Docs
   class Redux < UrlScraper
     self.type = 'redux'
-    self.release = '3.7.0'
+    self.release = '3.7.2'
     self.base_url = 'http://redux.js.org/docs/'
     self.links = {
       home: 'http://redux.js.org/',