From 994f8207cd4ea8f0de495d8dcf0cadfac3bd1224 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sat, 25 Jan 2014 09:47:47 -0500 Subject: [PATCH] Update jQuery documentation (2.1.0) --- lib/docs/scrapers/jquery/jquery_core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/docs/scrapers/jquery/jquery_core.rb b/lib/docs/scrapers/jquery/jquery_core.rb index 683f96db..ea4e9a54 100644 --- a/lib/docs/scrapers/jquery/jquery_core.rb +++ b/lib/docs/scrapers/jquery/jquery_core.rb @@ -1,7 +1,7 @@ module Docs class JqueryCore < Jquery self.name = 'jQuery' - self.version = 'up to 2.0.3' + self.version = 'up to 2.1.0' self.base_url = 'http://local.api.jquery.com' html_filters.insert_before 'jquery/clean_html', 'jquery_core/entries'