diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 7d652bc7..717bb792 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -176,7 +176,7 @@ credits = [ 'https://raw.githubusercontent.com/jashkenas/coffee-script/master/LICENSE' ], [ 'Cordova', - '2012-2016 The Apache Software Foundation', + '2012-2017 The Apache Software Foundation', 'Apache', 'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE' ], [ diff --git a/lib/docs/scrapers/cordova.rb b/lib/docs/scrapers/cordova.rb index 1837f760..c402593c 100644 --- a/lib/docs/scrapers/cordova.rb +++ b/lib/docs/scrapers/cordova.rb @@ -23,12 +23,12 @@ module Docs end options[:attribution] = <<-HTML - © 2012–2016 The Apache Software Foundation
+ © 2012–2017 The Apache Software Foundation
Licensed under the Apache License 2.0. HTML version '6' do - self.release = '6.4.0' + self.release = '6.5.0' self.base_url = 'https://cordova.apache.org/docs/en/6.x/' end end