From f0e1332a112e19a9e31bec42f6aa76a2a4de36c5 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 24 May 2015 12:23:16 -0400 Subject: [PATCH] Update lodash documentation (3.9.0) --- lib/docs/scrapers/lodash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docs/scrapers/lodash.rb b/lib/docs/scrapers/lodash.rb index d0d6a0f0..011f1363 100644 --- a/lib/docs/scrapers/lodash.rb +++ b/lib/docs/scrapers/lodash.rb @@ -3,7 +3,7 @@ module Docs self.name = 'lodash' self.slug = 'lodash' self.type = 'lodash' - self.version = '3.8.0' + self.version = '3.9.0' self.base_url = 'https://lodash.com/docs' self.links = { home: 'https://lodash.com/',