Skip to content

Commit 6223747

Browse files
manually bump up minor version to 4.1.0
1 parent 5b6215b commit 6223747

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SOFTWARE.
2424
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
2525
xmlns:android="http://schemas.android.com/apk/res/android"
2626
id="branch-cordova-sdk"
27-
version="4.0.1">
27+
version="4.1.0">
2828

2929
<!-- Description -->
3030
<name>branch-cordova-sdk</name>

src/android/io/branch/BranchSDK.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static class BranchLinkProperties extends io.branch.referral.util.LinkProperties
4545
// Standard Debugging Variables
4646
private static final String LCAT = "CordovaBranchSDK";
4747
// todo pick up plugin version dynamically
48-
private static final String BRANCH_PLUGIN_VERSION = "4.0.1";
48+
private static final String BRANCH_PLUGIN_VERSION = "4.1.0";
4949

5050
// Private Method Properties
5151
private ArrayList<BranchUniversalObjectWrapper> branchObjectWrappers;

src/ios/BranchSDK.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#import "BranchSDK.h"
22

3-
NSString * const pluginVersion = @"4.0.1";
3+
NSString * const pluginVersion = @"4.1.0";
44

55
@interface BranchSDK()
66

0 commit comments

Comments
 (0)