[0.69.2] Bump version numbers

This commit is contained in:
Distiller
2022-07-20 09:39:02 +00:00
parent b8072535f1
commit 75eb6e7bf4
10 changed files with 545 additions and 681 deletions
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 69,
"patch", 1,
"patch", 2,
"prerelease", null);
}