소스 검색

Update Pug documentation (2.0.3)

Thibaut Courouble 7 년 전
부모
커밋
20dfbcfe8b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/docs/scrapers/pug.rb

+ 1 - 1
lib/docs/scrapers/pug.rb

@@ -3,7 +3,7 @@ module Docs
     self.type = 'pug'
     self.base_url = 'https://pugjs.org/'
     self.root_path = 'api/getting-started.html'
-    self.release = '2.0.1'
+    self.release = '2.0.3'
     self.links = {
       home: 'https://pugjs.org/',
       code: 'https://github.com/pugjs/pug'