diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index a3623c89..5200650b 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -662,7 +662,7 @@ credits = [ 'https://raw.githubusercontent.com/mitchellh/vagrant/master/website/LICENSE.md' ], [ 'Vue.js', - '2013-2017 Evan You, Vue.js contributors', + '2013-2018 Evan You, Vue.js contributors', 'MIT', 'https://raw.githubusercontent.com/vuejs/vue/master/LICENSE' ], [ diff --git a/lib/docs/scrapers/vue.rb b/lib/docs/scrapers/vue.rb index e8e29406..f92991f2 100644 --- a/lib/docs/scrapers/vue.rb +++ b/lib/docs/scrapers/vue.rb @@ -15,12 +15,12 @@ module Docs options[:replace_paths] = { 'guide/' => 'guide/index.html' } options[:attribution] = <<-HTML - © 2013–2017 Evan You, Vue.js contributors
+ © 2013–2018 Evan You, Vue.js contributors
Licensed under the MIT License. HTML version '2' do - self.release = '2.5.13' + self.release = '2.5.16' self.base_url = 'https://vuejs.org/v2/' self.root_path = 'guide/index.html' self.initial_paths = %w(api/)