Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Oct 22, 2015
1 parent e409a62 commit 78e4fa5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@

#### Bug Fixes

## 1.4.0 (October 22, 2015)

#### Breaking Changes

#### New Features

- Include React.js 0.14

#### Deprecation

#### Bug Fixes

## 1.3.3 (October 21, 2015)

#### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ in your Ruby on Rails (3.2+) application. `react-rails` can:
Add `react-rails` to your gemfile:

```ruby
gem 'react-rails', '~> 1.3.0'
gem 'react-rails', '~> 1.4.0'
```

Next, run the installation script:
Expand Down
3 changes: 2 additions & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ You can control what version of React.js (and JSXTransformer) is used by `react-

| Gem | React.js |
|----------|----------|
| master | 0.13.3 |
| master | 0.14.0 |
| 1.4.0 | 0.14.0 |
| 1.3.3 | 0.13.3 |
| 1.3.2 | 0.13.3 |
| 1.3.1 | 0.13.3 |
Expand Down
2 changes: 1 addition & 1 deletion lib/react/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module React
module Rails
# If you change this, make sure to update VERSIONS.md
VERSION = '1.3.3'
VERSION = '1.4.0'
end
end

0 comments on commit 78e4fa5

Please sign in to comment.