Skip to content

Commit 18a8462

Browse files
committed
1.4.2
1 parent 290765a commit 18a8462

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

VERSIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
1010
| Gem | React.js |
1111
|----------|----------|
1212
| master | 0.14.2 |
13+
| 1.4.2 | 0.14.2 |
1314
| 1.4.1 | 0.14.0 |
1415
| 1.4.0 | 0.14.0 |
1516
| 1.3.3 | 0.13.3 |

lib/react/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module React
22
module Rails
33
# If you change this, make sure to update VERSIONS.md
4-
VERSION = '1.4.1'
4+
VERSION = '1.4.2'
55
end
66
end

0 commit comments

Comments
 (0)