diff --git a/README.md b/README.md index 6f8a128a4..8ab33d23a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ As with all gem dependencies, we strongly recommend adding `react-rails` to your ```ruby # Gemfile -gem 'react-rails', '~> 0.10.0.0' +gem 'react-rails', '~> 0.11.1.0' ``` diff --git a/lib/react/rails/version.rb b/lib/react/rails/version.rb index 968450111..b29940775 100644 --- a/lib/react/rails/version.rb +++ b/lib/react/rails/version.rb @@ -2,7 +2,7 @@ module React module Rails # Version numbers will track react-source, but we'll add another level so # that we can increment, but have some amount of stability. - VERSION = '0.10.0.0' + VERSION = '0.11.1.0' end end diff --git a/react-rails.gemspec b/react-rails.gemspec index c341ed92e..370fbdd91 100644 --- a/react-rails.gemspec +++ b/react-rails.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |s| s.add_dependency 'execjs' s.add_dependency 'rails', '>= 3.1' - s.add_dependency 'react-source', '0.10.0' + s.add_dependency 'react-source', '0.11.1' s.files = Dir[ 'lib/**/*',