Browse Source

Update Socket.io documentation (1.3.4)

Thibaut 10 years ago
parent
commit
cf9e549fd8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/socketio.rb

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

@@ -3,7 +3,7 @@ module Docs
     self.name = 'Socket.IO'
     self.slug = 'socketio'
     self.type = 'socketio'
-    self.version = '1.3.2'
+    self.version = '1.3.4'
     self.base_url = 'http://socket.io/docs/'
 
     html_filters.push 'socketio/clean_html', 'socketio/entries'