[0.52.0] Bump version numbers

This commit is contained in:
Mike Grabowski
2018-01-08 13:45:14 +01:00
parent 02a61a8d8e
commit f465017fe8
5 changed files with 5 additions and 5 deletions
@@ -20,5 +20,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 52,
"patch", 0,
"prerelease", "rc.0");
"prerelease", null);
}