Skip to content

Commit

Permalink
Release 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Nov 19, 2016
1 parent e9e7b93 commit b7ef433
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/react_on_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ReactOnRails
VERSION = "6.1.2".freeze
VERSION = "6.2.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": "6.1.2",
"version": "6.2.0",
"description": "react-on-rails JavaScript for react_on_rails Ruby gem",
"main": "node_package/lib/ReactOnRails.js",
"directories": {
Expand Down
6 changes: 3 additions & 3 deletions spec/dummy/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
react_on_rails (6.1.2)
react_on_rails (6.2.0)
addressable
connection_pool
execjs (~> 2.5)
Expand Down Expand Up @@ -85,7 +85,7 @@ GEM
execjs
coffee-script-source (1.10.0)
concurrent-ruby (1.0.2)
connection_pool (2.2.0)
connection_pool (2.2.1)
coveralls (0.8.13)
json (~> 1.8)
simplecov (~> 0.11.0)
Expand Down Expand Up @@ -317,4 +317,4 @@ DEPENDENCIES
web-console

BUNDLED WITH
1.13.5
1.13.6

0 comments on commit b7ef433

Please sign in to comment.