소스 검색

Merge pull request #1365 from simon04/typescript-4.1

typescript: update release 4.1.2
Simon Legner 5 년 전
부모
커밋
0cd61584f4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/docs/scrapers/typescript.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Typescript < UrlScraper
     self.name = 'TypeScript'
     self.type = 'simple'
-    self.release = '4.0.5'
+    self.release = '4.1.2'
     self.base_url = 'https://www.typescriptlang.org/docs/handbook'
     self.root_path = 'index.html'
     self.links = {