We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290765a commit 18a8462Copy full SHA for 18a8462
VERSIONS.md
@@ -10,6 +10,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
10
| Gem | React.js |
11
|----------|----------|
12
| master | 0.14.2 |
13
+| 1.4.2 | 0.14.2 |
14
| 1.4.1 | 0.14.0 |
15
| 1.4.0 | 0.14.0 |
16
| 1.3.3 | 0.13.3 |
lib/react/rails/version.rb
@@ -1,6 +1,6 @@
1
module React
2
module Rails
3
# If you change this, make sure to update VERSIONS.md
4
- VERSION = '1.4.1'
+ VERSION = '1.4.2'
5
end
6
0 commit comments