Revert "[0.57.3] Bump version numbers"

This reverts commit 56cde24863.
This commit is contained in:
Lorenzo Sciandra
2018-10-12 10:28:20 +01:00
parent 56cde24863
commit 46bb737b98
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", 3,
"patch", 2,
"prerelease", null);
}