[0.57.3] Bump version numbers

This commit is contained in:
Lorenzo Sciandra
2018-10-12 12:19:21 +01:00
parent b1aed4d376
commit 8fd5bcc888
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", 2,
"patch", 3,
"prerelease", null);
}