We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12cf25c commit 47c65b1Copy full SHA for 47c65b1
VERSIONS.md
@@ -9,7 +9,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
9
10
| Gem | React.js |
11
|----------|----------|
12
-| master | 16.0.0 |
+| master | 16.1.1 |
13
| 2.4.2 | 16.1.1 |
14
| 2.4.1 | 16.0.0 |
15
| 2.4.0 | 16.0.0 |
lib/react/rails/version.rb
@@ -2,6 +2,6 @@ module React
2
module Rails
3
# If you change this, make sure to update VERSIONS.md
4
# and republish the UJS by updating package.json and `bundle exec rake ujs:publish`
5
- VERSION = '2.4.1'
+ VERSION = '2.4.2'
6
end
7
0 commit comments