Skip to content

Commit af3c564

Browse files
committed
Update Redux documentation (4.2.0)
1 parent 3de74e8 commit af3c564

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ credits = [
764764
'https://creativecommons.org/licenses/by-sa/4.0/'
765765
], [
766766
'Redux',
767-
'2015-2021 Dan Abramov',
767+
'2015-2022 Dan Abramov',
768768
'MIT',
769769
'https://raw.githubusercontent.com/reactjs/redux/master/LICENSE.md'
770770
], [

lib/docs/scrapers/redux.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ class Redux < UrlScraper
1414
options[:container] = '.markdown'
1515

1616
options[:attribution] = <<-HTML
17-
&copy; 2015&ndash;2021 Dan Abramov<br>
17+
&copy; 2015&ndash;2022 Dan Abramov<br>
1818
Licensed under the MIT License.
1919
HTML
2020

2121
version do
22-
self.release = '4.1.2'
22+
self.release = '4.2.0'
2323
end
2424

2525
version '3' do

0 commit comments

Comments
 (0)