[devdocsgjs/main: 64/76] Update Erlang documentation (25.0)




commit eb7c11cc75ef13f226e7efa7716797b03fca9178
Author: Simon Legner <Simon Legner gmail com>
Date:   Tue Jul 5 19:49:43 2022 +0200

    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
-      &copy; 2010&ndash;2021 Ericsson AB<br>
+      &copy; 2010&ndash;2022 Ericsson AB<br>
       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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]