From f773ec8e16cb987a294f9912555c1af65d7dbdfe Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Fri, 31 Jul 2015 18:16:39 -0700 Subject: [PATCH] Update version in React.podspec and package.json --- React.podspec | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/React.podspec b/React.podspec index d5193bfcb46..0565128f24b 100644 --- a/React.podspec +++ b/React.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "React" - s.version = "0.8.0" + s.version = "0.9.0-rc" s.summary = "Build high quality mobile apps using React." s.description = <<-DESC React Native apps are built using the React JS diff --git a/package.json b/package.json index 6edb194199f..995aa9ec3ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native", - "version": "0.8.0", + "version": "0.9.0-rc", "description": "A framework for building native apps using React", "license": "BSD-3-Clause", "repository": {