1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

redux v4.1.0 -> v4.1.1 (#607)

This commit is contained in:
nobody
2021-08-05 06:06:03 +02:00
parent e41850d13d
commit c599a2aece
4 changed files with 3 additions and 2 deletions

View File

@@ -533,7 +533,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/react-lifecycles-compat/')) {
return '3.0.4';
} else if (type.startsWith('/redux/4.')) {
return '4.1.0';
return '4.1.1';
} else if (type.startsWith('/rickshaw/1.')) {
return '1.7.1';
} else if (type.startsWith('/script.js/2.')) {