Skip to content

Commit 47c65b1

Browse files
committed
Bump version to 2.4.2
1 parent 12cf25c commit 47c65b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: VERSIONS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
99

1010
| Gem | React.js |
1111
|----------|----------|
12-
| master | 16.0.0 |
12+
| master | 16.1.1 |
1313
| 2.4.2 | 16.1.1 |
1414
| 2.4.1 | 16.0.0 |
1515
| 2.4.0 | 16.0.0 |

Diff for: lib/react/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module React
22
module Rails
33
# If you change this, make sure to update VERSIONS.md
44
# and republish the UJS by updating package.json and `bundle exec rake ujs:publish`
5-
VERSION = '2.4.1'
5+
VERSION = '2.4.2'
66
end
77
end

0 commit comments

Comments
 (0)