Explorar el Código

Update CoffeeScript documentation (1.12.6)

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

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

@@ -2,7 +2,7 @@ module Docs
   class Coffeescript < UrlScraper
     self.name = 'CoffeeScript'
     self.type = 'coffeescript'
-    self.release = '1.12.5'
+    self.release = '1.12.6'
     self.base_url = 'http://coffeescript.org'
     self.links = {
       home: 'http://coffeescript.org',