Update version in package.json to 0.6.0
Summary: The version in master should at least match the latest rc's version. Closes https://github.com/facebook/react-native/pull/1599 Github Author: James Ide <ide+github@jameside.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
This commit is contained in:
parent
3393b86534
commit
9218c0bfb7
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "react-native",
|
"name": "react-native",
|
||||||
"version": "0.4.4",
|
"version": "0.6.0",
|
||||||
"description": "A framework for building native apps using React",
|
"description": "A framework for building native apps using React",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue