[0.65.1] Bump version numbers

This commit is contained in:
Lorenzo Sciandra
2021-08-19 19:14:04 +01:00
parent fde90a8020
commit e4d576f655
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.65.0
VERSION_NAME=0.65.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", 65,
"patch", 0,
"patch", 1,
"prerelease", null);
}