mirror of
https://github.com/status-im/react-native.git
synced 2025-01-13 19:15:05 +00:00
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
This commit is contained in:
parent
c95cfe890e
commit
66cd8f71eb
@ -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
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native",
|
||||
"version": "0.12.0",
|
||||
"version": "0.0.0-master",
|
||||
"dependencies": {
|
||||
"absolute-path": {
|
||||
"version": "0.0.0",
|
||||
|
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user