diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 6ab78f32..831ff04c 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -151,7 +151,7 @@ credits = [ 'https://raw.githubusercontent.com/emberjs/ember.js/master/LICENSE' ], [ 'Elixir', - '2012 Plataformatec', + '2012-2016 Plataformatec', 'Apache', 'https://raw.githubusercontent.com/elixir-lang/elixir/master/LICENSE' ], [ diff --git a/lib/docs/scrapers/elixir.rb b/lib/docs/scrapers/elixir.rb index b2ba6fde..7388d580 100644 --- a/lib/docs/scrapers/elixir.rb +++ b/lib/docs/scrapers/elixir.rb @@ -2,7 +2,7 @@ module Docs class Elixir < UrlScraper self.name = 'Elixir' self.type = 'elixir' - self.release = '1.2.0' + self.release = '1.2.2' self.base_url = 'http://elixir-lang.org/docs/stable/' self.root_path = 'elixir/api-reference.html' self.initial_paths = %w( @@ -24,7 +24,7 @@ module Docs options[:root_title] = 'Elixir' options[:attribution] = <<-HTML - © 2012 Plataformatec
+ © 2012–2016 Plataformatec
Licensed under the Apache License, Version 2.0. HTML end