From a054e9d0b14ce9d5e2442d20ff402b06a73fe210 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 3 May 2015 22:27:29 -0400 Subject: [PATCH] Update lodash documentation (3.8.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 2f362162..d0d6a0f0 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.7.0' + self.version = '3.8.0' self.base_url = 'https://lodash.com/docs' self.links = { home: 'https://lodash.com/',