From 19ddbac113eee81d727ba4d062aa4905fc64fdb1 Mon Sep 17 00:00:00 2001 From: James Ide Date: Tue, 14 Jul 2015 17:29:33 -0700 Subject: [PATCH] [Versions] Update versions in package.json and podspec to 0.7.1 Summary: When developing against master I want to rely on the version numbers being reasonably accurate. Closes https://github.com/facebook/react-native/pull/1804 Github Author: James Ide --- React.podspec | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/React.podspec b/React.podspec index 7ea3f12615c..d5193bfcb46 100644 --- a/React.podspec +++ b/React.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "React" - s.version = "0.4.2" + s.version = "0.8.0" 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 822c730eaf4..7e5a98aba93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native", - "version": "0.6.0", + "version": "0.8.0", "description": "A framework for building native apps using React", "license": "BSD-3-Clause", "repository": {