From eb7c11cc75ef13f226e7efa7716797b03fca9178 Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Tue, 5 Jul 2022 19:49:43 +0200 Subject: [PATCH] Update Erlang documentation (25.0) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/erlang.rb | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index ebadb1b3..4ebe7efa 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -293,7 +293,7 @@ credits = [ 'https://raw.githubusercontent.com/airbnb/enzyme/master/LICENSE.md' ], [ 'Erlang', - '2010-2021 Ericsson AB', + '2010-2022 Ericsson AB', 'Apache', 'https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt' ], [ diff --git a/lib/docs/scrapers/erlang.rb b/lib/docs/scrapers/erlang.rb index b0e7231b..ee188d5a 100644 --- a/lib/docs/scrapers/erlang.rb +++ b/lib/docs/scrapers/erlang.rb @@ -36,10 +36,14 @@ module Docs ] options[:attribution] = <<-HTML - © 2010–2021 Ericsson AB
+ © 2010–2022 Ericsson AB
Licensed under the Apache License, Version 2.0. HTML + version '25' do + self.release = '25.0' + end + version '24' do self.release = '24.0' end