From 4217e791980153bb098cef8a63a28248ca345b71 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Mon, 11 Nov 2013 20:54:58 +0100 Subject: [PATCH] Update Lo-Dash documentation to 2.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 67ee630a..e18437f9 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.2.1' + self.version = '2.3.0' self.base_url = 'http://lodash.com/docs' html_filters.push 'lodash/clean_html', 'lodash/entries', 'title'