Przeglądaj źródła

Merge pull request #1365 from simon04/typescript-4.1

typescript: update release 4.1.2
Simon Legner 5 lat temu
rodzic
commit
0cd61584f4
1 zmienionych plików z 1 dodań i 1 usunięć
  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 = {