diff --git a/React.podspec b/React.podspec index ef6330f7916..219e99f473b 100644 --- a/React.podspec +++ b/React.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "React" - s.version = "0.7.0-rc" + s.version = "0.7.0-rc.2" s.summary = "Build high quality mobile apps using React." s.description = <<-DESC React Native apps are built using the React JS @@ -18,7 +18,7 @@ Pod::Spec.new do |s| s.homepage = "http://facebook.github.io/react-native/" s.license = "BSD" s.author = "Facebook" - s.source = { :git => "https://github.com/facebook/react-native.git", :commit => "da0a97d" } + s.source = { :git => "https://github.com/facebook/react-native.git", :tag => "v#{s.version}" } s.default_subspec = 'Core' s.requires_arc = true s.platform = :ios, "7.0" diff --git a/package.json b/package.json index a6f4db50aea..f7b00b49a12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native", - "version": "0.7.0-rc", + "version": "0.7.0-rc.2", "description": "A framework for building native apps using React", "license": "BSD-3-Clause", "repository": {