Skip to content

Commit 66cd8f7

Browse files
idefacebook-github-bot-4
authored andcommitted
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 facebook/react-native#5241 Reviewed By: svcscm Differential Revision: D2819277 Pulled By: javache fb-gh-sync-id: 99d4682e5d1f571e241f306caf309b2944483909
1 parent c95cfe8 commit 66cd8f7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

React.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "React"
3-
s.version = "0.15.0"
3+
s.version = "0.0.0-master"
44
s.summary = "Build high quality mobile apps using React."
55
s.description = <<-DESC
66
React Native apps are built using the React JS

npm-shrinkwrap.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native",
3-
"version": "0.12.0",
3+
"version": "0.0.0-master",
44
"description": "A framework for building native apps using React",
55
"license": "BSD-3-Clause",
66
"repository": {

0 commit comments

Comments
 (0)