Skip to content

Commit 88e388d

Browse files
committed
update README version to 0.8.0.0
If a developer discovers `react-rails` through Github, they'll probably use whatever version number is listed on the README. For that reason, most Rails projects keep the README version number up-to-date so that folks don't accidentally install old versions.
1 parent ebeedce commit 88e388d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ As with all gem dependencies, we strongly recommend adding `react-rails` to your
1717
```ruby
1818
# Gemfile
1919

20-
gem 'react-rails', '~> 0.4.1.0'
20+
gem 'react-rails', '~> 0.8.0.0'
2121
```
2222

2323

0 commit comments

Comments
 (0)