瀏覽代碼

Update TypeScript documentation (5.0.2)

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

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

@@ -4,7 +4,7 @@ module Docs
 
     self.name = 'TypeScript'
     self.type = 'typescript'
-    self.release = '4.9.3'
+    self.release = '5.0.2'
     self.base_urls = [
       'https://www.typescriptlang.org/docs/handbook/',
       'https://www.typescriptlang.org/'
@@ -35,7 +35,7 @@ module Docs
     ]
 
     options[:attribution] = <<-HTML
-      &copy; 2012-2022 Microsoft<br>
+      &copy; 2012-2023 Microsoft<br>
       Licensed under the Apache License, Version 2.0.
     HTML