[0.55.0] Bump version numbers

This commit is contained in:
Mike Grabowski
2018-04-03 16:58:34 +02:00
parent 3d69b5ce5c
commit 2e384184bc
5 changed files with 5 additions and 5 deletions
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 55,
"patch", 0,
"prerelease", "rc.2");
"prerelease", null);
}