Update Cordova documentation (6.5.0)

pull/602/head
Thibaut Courouble 8 years ago
parent 057a3a9ce9
commit 6a8715f389

@ -176,7 +176,7 @@ credits = [
'https://raw.githubusercontent.com/jashkenas/coffee-script/master/LICENSE' 'https://raw.githubusercontent.com/jashkenas/coffee-script/master/LICENSE'
], [ ], [
'Cordova', 'Cordova',
'2012-2016 The Apache Software Foundation', '2012-2017 The Apache Software Foundation',
'Apache', 'Apache',
'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE' 'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE'
], [ ], [

@ -23,12 +23,12 @@ module Docs
end end
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2012&ndash;2016 The Apache Software Foundation<br> &copy; 2012&ndash;2017 The Apache Software Foundation<br>
Licensed under the Apache License 2.0. Licensed under the Apache License 2.0.
HTML HTML
version '6' do version '6' do
self.release = '6.4.0' self.release = '6.5.0'
self.base_url = 'https://cordova.apache.org/docs/en/6.x/' self.base_url = 'https://cordova.apache.org/docs/en/6.x/'
end end
end end

Loading…
Cancel
Save