Skip to content

Commit a86b914

Browse files
committed
Update TypeScript documentation (4.2.2)
1 parent 6109a77 commit a86b914

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ credits = [
818818
'https://twig.symfony.com/license'
819819
], [
820820
'TypeScript',
821-
'2012-2020 Microsoft',
821+
'2012-2021 Microsoft',
822822
'Apache',
823823
'https://raw.githubusercontent.com/Microsoft/TypeScript-Handbook/master/LICENSE'
824824
], [

lib/docs/scrapers/typescript.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Typescript < UrlScraper
44

55
self.name = 'TypeScript'
66
self.type = 'simple'
7-
self.release = '4.1.3'
7+
self.release = '4.2.2'
88
self.base_urls = [
99
'https://www.typescriptlang.org/docs/handbook/',
1010
'https://www.typescriptlang.org/'
@@ -35,7 +35,7 @@ def initial_urls
3535
]
3636

3737
options[:attribution] = <<-HTML
38-
&copy; 2012-2020 Microsoft<br>
38+
&copy; 2012-2021 Microsoft<br>
3939
Licensed under the Apache License, Version 2.0.
4040
HTML
4141

0 commit comments

Comments
 (0)