Explorar el Código

Update Modernizr documentation (3.2.0)

Thibaut hace 10 años
padre
commit
f28f6e8e6b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/docs/scrapers/modernizr.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Modernizr < UrlScraper
     self.name = 'Modernizr'
     self.type = 'modernizr'
-    self.version = '3.1.0'
+    self.version = '3.2.0'
     self.base_url = 'https://modernizr.com/docs/'
 
     html_filters.push 'modernizr/entries', 'modernizr/clean_html', 'title'