File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -818,7 +818,7 @@ credits = [
818
818
' https://twig.symfony.com/license'
819
819
], [
820
820
' TypeScript' ,
821
- ' 2012-2020 Microsoft' ,
821
+ ' 2012-2021 Microsoft' ,
822
822
' Apache' ,
823
823
' https://raw.githubusercontent.com/Microsoft/TypeScript-Handbook/master/LICENSE'
824
824
], [
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ class Typescript < UrlScraper
4
4
5
5
self . name = 'TypeScript'
6
6
self . type = 'simple'
7
- self . release = '4.1.3 '
7
+ self . release = '4.2.2 '
8
8
self . base_urls = [
9
9
'https://www.typescriptlang.org/docs/handbook/' ,
10
10
'https://www.typescriptlang.org/'
@@ -35,7 +35,7 @@ def initial_urls
35
35
]
36
36
37
37
options [ :attribution ] = <<-HTML
38
- © 2012-2020 Microsoft< br >
38
+ © 2012-2021 Microsoft< br >
39
39
Licensed under the Apache License, Version 2.0.
40
40
HTML
41
41
You can’t perform that action at this time.
0 commit comments