[0.68.4] Bump version numbers

This commit is contained in:
Distiller
2022-10-10 13:19:53 +00:00
parent 40a3ae3613
commit b55518c4bf
10 changed files with 545 additions and 545 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.68.3
VERSION_NAME=0.68.4
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", 68,
"patch", 3,
"patch", 4,
"prerelease", null);
}