diff --git a/lib/docs/scrapers/grunt.rb b/lib/docs/scrapers/grunt.rb index 845c2391..31a887f4 100644 --- a/lib/docs/scrapers/grunt.rb +++ b/lib/docs/scrapers/grunt.rb @@ -2,7 +2,7 @@ module Docs class Grunt < UrlScraper self.name = 'Grunt' self.type = 'simple' - self.release = '1.4.2' + self.release = '1.5.0' self.base_url = 'https://gruntjs.com/' self.root_path = 'getting-started' self.initial_paths = %w(api/grunt)