Skip to content

Commit

Permalink
Release 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Jan 24, 2018
1 parent e86cd42 commit a9ee490
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/react_on_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ReactOnRails
VERSION = "10.0.2".freeze
VERSION = "10.1.0".freeze
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-on-rails",
"version": "10.0.2",
"version": "10.1.0",
"description": "react-on-rails JavaScript for react_on_rails Ruby gem",
"main": "node_package/lib/ReactOnRails.js",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions spec/dummy/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: ../..
specs:
react_on_rails (10.0.0)
react_on_rails (10.1.0)
addressable
connection_pool
execjs (~> 2.5)
Expand Down Expand Up @@ -337,4 +337,4 @@ DEPENDENCIES
webpacker (= 3.0.2)

BUNDLED WITH
1.15.4
1.16.0

0 comments on commit a9ee490

Please sign in to comment.