[0.61.2] Bump version numbers

This commit is contained in:
grabbou
2019-10-02 20:52:46 +02:00
parent 7fd8bac5cd
commit 3a96f4c6c1
7 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -12,6 +12,6 @@
exports.version = {
major: 0,
minor: 61,
patch: 1,
patch: 2,
prerelease: null,
};
+9
View File
@@ -150,7 +150,16 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
signingConfig signingConfigs.release
}
}
packagingOptions {
pickFirst 'lib/x86/libc++_shared.so'
pickFirst 'lib/x86_64/libjsc.so'
pickFirst 'lib/arm64-v8a/libjsc.so'
pickFirst 'lib/arm64-v8a/libc++_shared.so'
pickFirst 'lib/x86_64/libc++_shared.so'
pickFirst 'lib/armeabi-v7a/libc++_shared.so'
}
}
dependencies {
+1 -1
View File
@@ -23,7 +23,7 @@ NSDictionary* RCTGetReactNativeVersion(void)
__rnVersion = @{
RCTVersionMajor: @(0),
RCTVersionMinor: @(61),
RCTVersionPatch: @(1),
RCTVersionPatch: @(2),
RCTVersionPrerelease: [NSNull null],
};
});
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION_NAME=0.61.1
VERSION_NAME=0.61.2
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", 61,
"patch", 1,
"patch", 2,
"prerelease", null);
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-native",
"version": "0.61.1",
"version": "0.61.2",
"bin": "./cli.js",
"description": "A framework for building native apps using React",
"license": "MIT",
+1 -1
View File
@@ -10,7 +10,7 @@
},
"dependencies": {
"react": "16.8.1",
"react-native": "0.61.1"
"react-native": "0.61.2"
},
"devDependencies": {
"@babel/core": "^7.5.0",