Skip to content

Commit 3b96f13

Browse files
committed
Bump up version
1 parent 2e959a4 commit 3b96f13

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

VERSIONS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
99

1010
| Gem | React.js |
1111
|----------|----------|
12-
| master | 16.4.1 |
12+
| master | 16.4.2 |
13+
| 2.4.7 | 16.4.2 |
1314
| 2.4.6 | 16.4.1 |
1415
| 2.4.5 | 16.3.2 |
1516
| 2.4.4 | 16.2.0 |

lib/react/rails/version.rb

Lines changed: 1 addition & 1 deletion
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.6'
5+
VERSION = '2.4.7'
66
end
77
end

0 commit comments

Comments
 (0)