From d36962f0b532642542df0dc45a688fe955ac6b73 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 29 May 2016 10:27:44 -0400 Subject: [PATCH] Update jQuery documentation (up to 2.2.4) --- 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 444256d6..30bc86fe 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.release = 'up to 2.2.3' + self.release = 'up to 2.2.4' self.base_url = 'https://api.jquery.com/' self.initial_paths = %w(/index/index)