Преглед изворни кода

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'