From bdb36c6cc4ec7289315afeb19cedf311f031c3dd Mon Sep 17 00:00:00 2001 From: Thibaut Date: Wed, 27 Nov 2013 00:24:39 +0100 Subject: [PATCH] Update Lo-Dash documentation to 2.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 8078d57a..e5b76d18 100644 --- a/lib/docs/scrapers/lodash.rb +++ b/lib/docs/scrapers/lodash.rb @@ -3,7 +3,7 @@ module Docs self.name = 'Lo-Dash' self.slug = 'lodash' self.type = 'lodash' - self.version = '2.3.0' + self.version = '2.4.0' self.base_url = 'http://lodash.com/docs' html_filters.push 'lodash/clean_html', 'lodash/entries', 'title'