From 2eb399d15b47ac3e8567ab53013b1fa7e05dca8d Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 10 Jul 2016 16:08:33 -0400 Subject: [PATCH] Update jQuery documentation (up to 3.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 95d41573..38d1a3ef 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.0.0' + self.release = 'up to 3.1.0' self.base_url = 'https://api.jquery.com/' self.initial_paths = %w(/index/index)