Skip to content
Snippets Groups Projects
Commit 7b7b491e authored by James Ide's avatar James Ide
Browse files

[0.49.2] Bump version numbers

parent 45a48271
No related merge requests found
......@@ -15,6 +15,6 @@
exports.version = {
major: 0,
minor: 49,
patch: 1,
patch: 2,
prerelease: null,
};
......@@ -12,6 +12,6 @@
#define REACT_NATIVE_VERSION @{ \
@"major": @(0), \
@"minor": @(49), \
@"patch": @(1), \
@"patch": @(2), \
@"prerelease": [NSNull null], \
}
VERSION_NAME=0.49.1
VERSION_NAME=0.49.2
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", 49,
"patch", 1,
"patch", 2,
"prerelease", null);
}
{
"name": "react-native",
"version": "0.49.1",
"version": "0.49.2",
"description": "A framework for building native apps using React",
"license": "BSD-3-Clause",
"repository": {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment