Skip to content

Commit 65f804a

Browse files
committed
SDK-693 update version to 4.3.0 since the native SDKs are jumping a few versions
1 parent feeb330 commit 65f804a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.library'
22

33
def getNpmVersion() {
4-
def pluginVersion = "4.2.2"
4+
def pluginVersion = "4.3.0"
55
return pluginVersion
66
}
77

ios/RNBranchConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
NSString * _Nonnull const RNBranchConfigAppleSearchAdsDebugModeOption = @"appleSearchAdsDebugMode";
2020
NSString * _Nonnull const RNBranchConfigDeferInitializationForJSLoadOption = @"deferInitializationForJSLoad";
2121

22-
NSString * const RNBNC_PLUGIN_VERSION = @"4.2.2";
22+
NSString * const RNBNC_PLUGIN_VERSION = @"4.3.0";
2323

2424
@interface RNBranchConfig()
2525
@property (nonatomic) NSDictionary *configuration;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-branch",
3-
"version": "4.2.2",
3+
"version": "4.3.0",
44
"description": "Branch Metrics React Native SDK",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)