[devdocsgjs/main: 61/64] Update Redux documentation (4.2.0)




commit af3c564761ee9fb5d6ae64a816a3fd9fbfe5990b
Author: Simon Legner <Simon Legner gmail com>
Date:   Wed May 4 22:01:46 2022 +0200

    Update Redux documentation (4.2.0)

 assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
 lib/docs/scrapers/redux.rb                           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee 
b/assets/javascripts/templates/pages/about_tmpl.coffee
index 5cd411cb..d971ae16 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -764,7 +764,7 @@ credits = [
     'https://creativecommons.org/licenses/by-sa/4.0/'
   ], [
     'Redux',
-    '2015-2021 Dan Abramov',
+    '2015-2022 Dan Abramov',
     'MIT',
     'https://raw.githubusercontent.com/reactjs/redux/master/LICENSE.md'
   ], [
diff --git a/lib/docs/scrapers/redux.rb b/lib/docs/scrapers/redux.rb
index 62482f8d..4ef1a527 100644
--- a/lib/docs/scrapers/redux.rb
+++ b/lib/docs/scrapers/redux.rb
@@ -14,12 +14,12 @@ module Docs
     options[:container] = '.markdown'
 
     options[:attribution] = <<-HTML
-      &copy; 2015&ndash;2021 Dan Abramov<br>
+      &copy; 2015&ndash;2022 Dan Abramov<br>
       Licensed under the MIT License.
     HTML
 
     version do
-      self.release = '4.1.2'
+      self.release = '4.2.0'
     end
 
     version '3' do


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