Skip to content

Commit 869f23c

Browse files
committed
Update version number
1 parent 1a4a370 commit 869f23c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/react/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module React
22
module Rails
33
# If you change this, make sure to update VERSIONS.md
44
# and republish the UJS by updating package.json and `bundle exec rake ujs:publish`
5-
VERSION = '2.4.7'
5+
VERSION = '2.5.0'
66
end
77
end

package.json

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

0 commit comments

Comments
 (0)