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 09f5c46 commit 4136d31Copy full SHA for 4136d31
lib/react_on_rails/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module ReactOnRails
4
- VERSION = "15.0.0.alpha.1"
+ VERSION = "14.1.0.rc.0"
5
end
package.json
@@ -1,6 +1,6 @@
{
"name": "react-on-rails",
- "version": "15.0.0-alpha.1",
+ "version": "14.1.0-rc.0",
"description": "react-on-rails JavaScript for react_on_rails Ruby gem",
"main": "node_package/lib/ReactOnRails.js",
6
"directories": {
spec/dummy/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
- react_on_rails (15.0.0.alpha.1)
+ react_on_rails (14.1.0.rc.0)
addressable
connection_pool
7
execjs (~> 2.5)
0 commit comments