[0.69.12] Bump version numbers

This commit is contained in:
Distiller
2023-07-04 14:39:17 +00:00
parent 4db7a10e25
commit 5883b0bd7e
9 changed files with 541 additions and 541 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.69.11
VERSION_NAME=0.69.12
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -17,6 +17,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 69,
"patch", 11,
"patch", 12,
"prerelease", null);
}