Skip to content

Commit

Permalink
Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Jan 10, 2024
1 parent 49090a4 commit 0bdeeaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
react-rails (3.1.1)
react-rails (3.2.0)
babel-transpiler (>= 0.7.0)
connection_pool
execjs
Expand Down
2 changes: 1 addition & 1 deletion lib/react/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module React
module Rails
# If you change this, make sure to update VERSIONS.md
# and republish the UJS by updating package.json and `bundle exec rake ujs:publish`
VERSION = "3.1.1"
VERSION = "3.2.0"
end
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react_ujs",
"version": "3.1.1",
"version": "3.2.0",
"description": "Rails UJS for the react-rails gem",
"repository": "reactjs/react-rails",
"main": "react_ujs/index.js",
Expand Down

0 comments on commit 0bdeeaf

Please sign in to comment.