[0.67.1] Bump version numbers

This commit is contained in:
Distiller
2022-01-20 19:06:30 +00:00
parent 96ad60e3a1
commit 25f3d310d9
9 changed files with 633 additions and 531 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.67.0
VERSION_NAME=0.67.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", 67,
"patch", 0,
"patch", 1,
"prerelease", null);
}