瀏覽代碼

Update Haxe documentation (3.4.0)

Thibaut Courouble 8 年之前
父節點
當前提交
049ba7f8f5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/docs/scrapers/haxe.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Haxe < UrlScraper
     self.name = 'Haxe'
     self.type = 'haxe'
-    self.release = '3.3.0'
+    self.release = '3.4.0'
     self.base_url = 'http://api.haxe.org/'
 
     html_filters.push 'haxe/clean_html', 'haxe/entries'