From 003e754f2fb7a9007064c559a790ac75337a3060 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 28 Jan 2018 18:50:19 -0500 Subject: [PATCH] Update jQuery documentation (up to 3.3.1) --- 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 4688df53..dd5ed601 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 3.2.1' + self.release = 'up to 3.3.1' self.base_url = 'https://api.jquery.com/' self.initial_paths = %w(/index/index)