Skip to content

Commit

Permalink
SDK-693 update version to 4.3.0 since the native SDKs are jumping a f…
Browse files Browse the repository at this point in the history
…ew versions
  • Loading branch information
echo-branch committed Feb 3, 2020
1 parent feeb330 commit 65f804a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'

def getNpmVersion() {
def pluginVersion = "4.2.2"
def pluginVersion = "4.3.0"
return pluginVersion
}

Expand Down
2 changes: 1 addition & 1 deletion ios/RNBranchConfig.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
NSString * _Nonnull const RNBranchConfigAppleSearchAdsDebugModeOption = @"appleSearchAdsDebugMode";
NSString * _Nonnull const RNBranchConfigDeferInitializationForJSLoadOption = @"deferInitializationForJSLoad";

NSString * const RNBNC_PLUGIN_VERSION = @"4.2.2";
NSString * const RNBNC_PLUGIN_VERSION = @"4.3.0";

@interface RNBranchConfig()
@property (nonatomic) NSDictionary *configuration;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-branch",
"version": "4.2.2",
"version": "4.3.0",
"description": "Branch Metrics React Native SDK",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit 65f804a

Please sign in to comment.