소스 검색

Update CoffeeScript documentation (1.10.0)

Thibaut 10 년 전
부모
커밋
64cc97a4de
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.version = '1.9.3'
+    self.version = '1.10.0'
     self.base_url = 'http://coffeescript.org'
     self.links = {
       home: 'http://coffeescript.org',