[0.68.1] Bump version numbers

This commit is contained in:
Distiller
2022-04-13 13:37:50 +00:00
parent 48113b5635
commit b5f1b26a8f
10 changed files with 538 additions and 538 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.68.0
VERSION_NAME=0.68.1
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", 0,
"patch", 1,
"prerelease", null);
}