[0.59.3] Bump version numbers

This commit is contained in:
Lorenzo Sciandra
2019-04-01 12:43:47 +01:00
parent df7ea67313
commit 3b91a7ec23
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.59.2
VERSION_NAME=0.59.3
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", 59,
"patch", 2,
"patch", 3,
"prerelease", null);
}