From f648917bb92fadf0c08cfd4036cf29fb92c2772e Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 12 Jun 2016 09:58:54 -0400 Subject: [PATCH] Update jQuery documentation (up to 3.0.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 30bc86fe..95d41573 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.4' + self.release = 'up to 3.0.0' self.base_url = 'https://api.jquery.com/' self.initial_paths = %w(/index/index)