From 3a223e970e9b213b999fce221b65f69aeb806b99 Mon Sep 17 00:00:00 2001 From: James Ide Date: Mon, 9 Nov 2015 19:19:55 -0800 Subject: [PATCH] [0.14.2] Include nvm fix in react-native-xcode.sh --- React.podspec | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/React.podspec b/React.podspec index e620bc25d95..07d9dddec70 100644 --- a/React.podspec +++ b/React.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "React" - s.version = "0.14.1" + s.version = "0.14.2" 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 a277719bf66..d37706a6e16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native", - "version": "0.14.1", + "version": "0.14.2", "description": "A framework for building native apps using React", "license": "BSD-3-Clause", "repository": {