We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3de74e8 commit af3c564Copy full SHA for af3c564
2 files changed
assets/javascripts/templates/pages/about_tmpl.coffee
@@ -764,7 +764,7 @@ credits = [
764
'https://creativecommons.org/licenses/by-sa/4.0/'
765
], [
766
'Redux',
767
- '2015-2021 Dan Abramov',
+ '2015-2022 Dan Abramov',
768
'MIT',
769
'https://raw.githubusercontent.com/reactjs/redux/master/LICENSE.md'
770
lib/docs/scrapers/redux.rb
@@ -14,12 +14,12 @@ class Redux < UrlScraper
14
options[:container] = '.markdown'
15
16
options[:attribution] = <<-HTML
17
- © 2015–2021 Dan Abramov<br>
+ © 2015–2022 Dan Abramov<br>
18
Licensed under the MIT License.
19
HTML
20
21
version do
22
- self.release = '4.1.2'
+ self.release = '4.2.0'
23
end
24
25
version '3' do
0 commit comments