[0.51.0-rc.3] Bump version numbers

This commit is contained in:
Mike Grabowski
2017-11-30 18:49:14 +01:00
parent 43d1cf8fd1
commit ec2f97ac1a
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.51.0-rc.2
VERSION_NAME=0.51.0-rc.3
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -20,5 +20,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 51,
"patch", 0,
"prerelease", "rc.2");
"prerelease", "rc.3");
}