[0.59.1] Bump version numbers

This commit is contained in:
Mike Grabowski
2019-03-14 12:12:02 +01:00
parent 4b996da470
commit 60cf18fad4
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.59.0
VERSION_NAME=0.59.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", 59,
"patch", 0,
"patch", 1,
"prerelease", null);
}