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 = [
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 ], [
Original file line number Diff line number Diff 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- © 2012-2020 Microsoft< br >
38+ © 2012-2021 Microsoft< br >
3939 Licensed under the Apache License, Version 2.0.
4040 HTML
4141
You can’t perform that action at this time.
0 commit comments