Skip to content

Commit 9ed1c02

Browse files
committed
Prepare to publish 0.10
1 parent 261a2c9 commit 9ed1c02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.9.0.0'
20+
gem 'react-rails', '~> 0.10.0.0'
2121
```
2222

2323

lib/react/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module React
22
module Rails
33
# Version numbers will track react-source, but we'll add another level so
44
# that we can increment, but have some amount of stability.
5-
VERSION = '0.9.0.0'
5+
VERSION = '0.10.0.0'
66
end
77
end
88

react-rails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020

2121
s.add_dependency 'execjs'
2222
s.add_dependency 'rails', '>= 3.1'
23-
s.add_dependency 'react-source', '0.9.0'
23+
s.add_dependency 'react-source', '0.10.0'
2424

2525
s.files = Dir[
2626
'lib/**/*',

0 commit comments

Comments
 (0)