Explorar el Código

Update Socket.io documentation (1.3.4)

Thibaut hace 10 años
padre
commit
cf9e549fd8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'