From 66cd8f71ebd66e9db9cc7680a4b594e942efc574 Mon Sep 17 00:00:00 2001 From: James Ide Date: Wed, 13 Jan 2016 04:57:14 -0800 Subject: [PATCH] Set the versions in package.json and React.podspec to 0.0.0-master Summary: The current versions in these files is 0.12.0, which is out of date. Better to claim no version than the wrong version, so this diff changes the versions to 0.0.0-master. Release branches will still have the correct versions. Closes https://github.com/facebook/react-native/pull/5241 Reviewed By: svcscm Differential Revision: D2819277 Pulled By: javache fb-gh-sync-id: 99d4682e5d1f571e241f306caf309b2944483909 --- React.podspec | 2 +- npm-shrinkwrap.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/React.podspec b/React.podspec index 8083357a2b5..4891cb3b247 100644 --- a/React.podspec +++ b/React.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "React" - s.version = "0.15.0" + s.version = "0.0.0-master" s.summary = "Build high quality mobile apps using React." s.description = <<-DESC React Native apps are built using the React JS diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c01193cfbf0..0fc1c377b72 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "react-native", - "version": "0.12.0", + "version": "0.0.0-master", "dependencies": { "absolute-path": { "version": "0.0.0", diff --git a/package.json b/package.json index a52208af4c3..88fdbc580c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native", - "version": "0.12.0", + "version": "0.0.0-master", "description": "A framework for building native apps using React", "license": "BSD-3-Clause", "repository": {