[0.58.0-rc.2] Bump version numbers

This commit is contained in:
Mike Grabowski
2019-01-03 23:19:14 +01:00
parent c162c89edf
commit d25e304bcc
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ exports.version = {
major: 0,
minor: 58,
patch: 0,
prerelease: 'rc.1',
prerelease: 'rc.2',
};
+1 -1
View File
@@ -23,7 +23,7 @@ static void __makeVersion()
RCTVersionMajor: @(0),
RCTVersionMinor: @(58),
RCTVersionPatch: @(0),
RCTVersionPrerelease: @"rc.1",
RCTVersionPrerelease: @"rc.2",
};
}
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.58.0-rc.1
VERSION_NAME=0.58.0-rc.2
GROUP=com.facebook.react
POM_NAME=ReactNative
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
"major", 0,
"minor", 58,
"patch", 0,
"prerelease", "rc.1");
"prerelease", "rc.2");
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.58.0-rc.1",
"version": "0.58.0-rc.2",
"description": "A framework for building native apps using React",
"license": "MIT",
"repository": {
@@ -246,4 +246,4 @@
}
}
}
}
}