[0.57.2] Bump version numbers

This commit is contained in:
Mike Grabowski
2018-10-02 14:39:35 +02:00
parent 63cf888161
commit 4aec7c953e
5 changed files with 6 additions and 6 deletions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 57,
"patch", 1,
"patch", 2,
"prerelease", null);
}