Browse Source

Merge pull request #1365 from simon04/typescript-4.1

typescript: update release 4.1.2
Simon Legner 5 năm trước cách đây
mục cha
commit
0cd61584f4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 = {