From cdb175649c2565864534219fd15c9d9660caba23 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 8 Mar 2015 11:42:31 -0400 Subject: [PATCH] Update lodash documentation (3.4.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 1f6080a9..42288bdf 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.3.0' + self.version = '3.4.0' self.base_url = 'https://lodash.com/docs' html_filters.push 'lodash/entries', 'lodash/clean_html', 'title'