From c2324515a01dc19128647c7a0f1f2e795862256d Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sat, 1 Oct 2016 10:26:05 -0400 Subject: [PATCH] Update jQuery documentation (up to 3.1.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 38d1a3ef..7584eefd 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.1.0' + self.release = 'up to 3.1.1' self.base_url = 'https://api.jquery.com/' self.initial_paths = %w(/index/index)