[0.70.15] Bump version numbers

This commit is contained in:
Distiller
2024-01-16 22:01:15 +00:00
parent e8e059a977
commit 982ebc674b
8 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.70.14
VERSION_NAME=0.70.15
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", 70,
"patch", 14,
"patch", 15,
"prerelease", null);
}