Compare commits

...
Author SHA1 Message Date
Mike Grabowski 65683a6940 [0.45.0-rc.0] Bump version numbers 2017-05-11 12:00:55 +02:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=1000.0.0-master
VERSION_NAME=0.45.0-rc.0
GROUP=com.facebook.react
POM_NAME=ReactNative
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "1000.0.0",
"version": "0.45.0-rc.0",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {
@@ -232,4 +232,4 @@
"shelljs": "0.6.0",
"sinon": "^2.0.0-pre.2"
}
}
}