Browse Source

Update Node.js documentation (0.10.33)

Thibaut 11 years ago
parent
commit
a90077cdf1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/node.rb

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

@@ -3,7 +3,7 @@ module Docs
     self.name = 'Node.js'
     self.slug = 'node'
     self.type = 'node'
-    self.version = '0.10.32'
+    self.version = '0.10.33'
     self.base_url = 'http://nodejs.org/api/'
 
     html_filters.push 'node/clean_html', 'node/entries', 'title'