Skip to content

Commit ceaa89e

Browse files
committed
Update Kotlin documentation (1.2.21)
1 parent e042a7d commit ceaa89e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ credits = [
367367
'https://raw.githubusercontent.com/knockout/knockout/master/LICENSE'
368368
], [
369369
'Kotlin',
370-
'2010-2017 JetBrains s.r.o.',
370+
'2010-2018 JetBrains s.r.o.',
371371
'Apache',
372372
'https://raw.githubusercontent.com/JetBrains/kotlin/master/license/LICENSE.txt'
373373
], [

lib/docs/scrapers/kotlin.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Docs
22
class Kotlin < UrlScraper
33
self.type = 'kotlin'
4-
self.release = '1.1.4'
4+
self.release = '1.2.21'
55
self.base_url = 'https://kotlinlang.org/'
66
self.root_path = 'api/latest/jvm/stdlib/index.html'
77
self.links = {
@@ -25,7 +25,7 @@ class Kotlin < UrlScraper
2525
options[:replace_paths] = { 'api/latest/jvm/stdlib/' => 'api/latest/jvm/stdlib/index.html' }
2626

2727
options[:attribution] = <<-HTML
28-
&copy; 2010&ndash;2017 JetBrains s.r.o.<br>
28+
&copy; 2010&ndash;2018 JetBrains s.r.o.<br>
2929
Licensed under the Apache License, Version 2.0.
3030
HTML
3131
end

0 commit comments

Comments
 (0)