Skip to content

Commit a0c0cc2

Browse files
committed
Update to 0.8.0.0
1 parent 99638c2 commit a0c0cc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.5.2.0'
5+
VERSION = '0.8.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.5.2'
23+
s.add_dependency 'react-source', '0.8.0'
2424

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

0 commit comments

Comments
 (0)