Skip to content

Commit 69a5b45

Browse files
committed
React 0.5.1
1 parent 34f7ce3 commit 69a5b45

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.4.1.1'
5+
VERSION = '0.5.1.0'
66
end
77
end
88

react-rails.gemspec

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

2020
s.add_dependency 'execjs'
2121
s.add_dependency 'rails', '>= 3.1'
22-
s.add_dependency 'react-source', '0.4.1'
22+
s.add_dependency 'react-source', '0.5.1'
2323

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

0 commit comments

Comments
 (0)