瀏覽代碼

Update Grunt documentation (1.5.0)

Simon Legner 1 年之前
父節點
當前提交
9e4e1d26c6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/docs/scrapers/grunt.rb

+ 1 - 1
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)