Skip to content

Commit 4da2126

Browse files
committed
v0.13.0.0
1 parent f5a0981 commit 4da2126

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.12.2.0'
5+
VERSION = '0.13.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.12.2'
23+
s.add_dependency 'react-source', '0.13.0'
2424

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

0 commit comments

Comments
 (0)