From 6e368844e4bb1fbd1413bdf85598fd470fe863fc Mon Sep 17 00:00:00 2001 From: Thibaut Date: Mon, 12 Oct 2015 10:27:09 -0400 Subject: [PATCH] Update io.js documentation (3.3.1) --- lib/docs/scrapers/iojs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docs/scrapers/iojs.rb b/lib/docs/scrapers/iojs.rb index 58a47acc..ebfd1eb1 100644 --- a/lib/docs/scrapers/iojs.rb +++ b/lib/docs/scrapers/iojs.rb @@ -3,7 +3,7 @@ module Docs self.name = 'io.js' self.slug = 'iojs' self.type = 'node' - self.version = '3.2.0' + self.version = '3.3.1' self.base_url = 'https://iojs.org/api/' self.links = { home: 'https://iojs.org/en/index.html',