[0.54.1] Bump version numbers

This commit is contained in:
Mike Grabowski
2018-03-09 18:20:10 +01:00
parent 2f8446319a
commit 2d57335fa7
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.54.0
VERSION_NAME=0.54.1
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -19,6 +19,6 @@ public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,
"minor", 54,
"patch", 0,
"patch", 1,
"prerelease", null);
}