Skip to content

Commit 0bdeeaf

Browse files
committed
Release 3.2.0
1 parent 49090a4 commit 0bdeeaf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
react-rails (3.1.1)
4+
react-rails (3.2.0)
55
babel-transpiler (>= 0.7.0)
66
connection_pool
77
execjs

lib/react/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ module React
44
module Rails
55
# If you change this, make sure to update VERSIONS.md
66
# and republish the UJS by updating package.json and `bundle exec rake ujs:publish`
7-
VERSION = "3.1.1"
7+
VERSION = "3.2.0"
88
end
99
end

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react_ujs",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"description": "Rails UJS for the react-rails gem",
55
"repository": "reactjs/react-rails",
66
"main": "react_ujs/index.js",

0 commit comments

Comments
 (0)