From 546dd95ec302f138f718c32a4155ab53b85dac82 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sat, 21 Feb 2015 11:00:29 -0500 Subject: [PATCH] Update lodash documentation (3.3.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 646656e1..1f6080a9 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.2.0' + self.version = '3.3.0' self.base_url = 'https://lodash.com/docs' html_filters.push 'lodash/entries', 'lodash/clean_html', 'title'