[0.54.3] Bump version numbers

This commit is contained in:
Mike Grabowski
2018-03-23 10:27:08 +01:00
parent 863a49f2ab
commit 69c277051e
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -15,6 +15,6 @@
exports.version = {
major: 0,
minor: 54,
patch: 2,
patch: 3,
prerelease: null,
};
+1 -1
View File
@@ -12,6 +12,6 @@
#define RCT_REACT_NATIVE_VERSION @{ \
@"major": @(0), \
@"minor": @(54), \
@"patch": @(2), \
@"patch": @(3), \
@"prerelease": [NSNull null], \
}
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.54.2
VERSION_NAME=0.54.3
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", 2,
"patch", 3,
"prerelease", null);
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.54.2",
"version": "0.54.3",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {