mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Kotlin documentation (1.6.20)
This commit is contained in:
parent
cdedaaca9b
commit
3c4f0a3e41
2 changed files with 3 additions and 3 deletions
|
@ -479,7 +479,7 @@ credits = [
|
|||
'https://raw.githubusercontent.com/koajs/koa/master/LICENSE'
|
||||
], [
|
||||
'Kotlin',
|
||||
'2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors',
|
||||
'2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors',
|
||||
'Apache',
|
||||
'https://raw.githubusercontent.com/JetBrains/kotlin/master/license/LICENSE.txt'
|
||||
], [
|
||||
|
|
|
@ -27,12 +27,12 @@ module Docs
|
|||
end
|
||||
|
||||
options[:attribution] = <<-HTML
|
||||
© 2010–2021 JetBrains s.r.o. and Kotlin Programming Language contributors<br>
|
||||
© 2010–2022 JetBrains s.r.o. and Kotlin Programming Language contributors<br>
|
||||
Licensed under the Apache License, Version 2.0.
|
||||
HTML
|
||||
|
||||
version '1.6' do
|
||||
self.release = '1.6.0'
|
||||
self.release = '1.6.20'
|
||||
end
|
||||
|
||||
version '1.4' do
|
||||
|
|
Loading…
Reference in a new issue