Explorar el Código

Update Mocha documentation (4.1.0)

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

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

@@ -1,7 +1,7 @@
 module Docs
   class Mocha < UrlScraper
     self.type = 'mocha'
-    self.release = '4.0.1'
+    self.release = '4.1.0'
     self.base_url = 'https://mochajs.org/'
     self.links = {
       home: 'https://mochajs.org/',