[0.71.1] Bump version numbers

This commit is contained in:
Distiller
2023-01-19 16:46:32 +00:00
parent 6734d92256
commit 3978b7ce82
8 changed files with 10 additions and 10 deletions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 71,
"patch", 0,
"patch", 1,
"prerelease", null);
}