Ver Fonte

Update Redux documentation (4.2.0)

Simon Legner há 3 anos atrás
pai
commit
af3c564761

+ 1 - 1
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'
   ], [

+ 2 - 2
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