Skip to content

Commit 910bb99

Browse files
committed
Release 3.1.0
1 parent 8629223 commit 910bb99

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
react-rails (3.0.0)
4+
react-rails (3.1.0)
55
babel-transpiler (>= 0.7.0)
66
connection_pool
77
execjs

lib/react/rails/version.rb

Lines changed: 1 addition & 1 deletion
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.0.0"
7+
VERSION = "3.1.0"
88
end
99
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react_ujs",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "Rails UJS for the react-rails gem",
55
"main": "react_ujs/index.js",
66
"files": [

0 commit comments

Comments
 (0)