File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ SOFTWARE.
24
24
<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
25
25
xmlns : android =" http://schemas.android.com/apk/res/android"
26
26
id =" branch-cordova-sdk"
27
- version =" 4.0.1 " >
27
+ version =" 4.1.0 " >
28
28
29
29
<!-- Description -->
30
30
<name >branch-cordova-sdk</name >
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ static class BranchLinkProperties extends io.branch.referral.util.LinkProperties
45
45
// Standard Debugging Variables
46
46
private static final String LCAT = "CordovaBranchSDK" ;
47
47
// 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 " ;
49
49
50
50
// Private Method Properties
51
51
private ArrayList <BranchUniversalObjectWrapper > branchObjectWrappers ;
Original file line number Diff line number Diff line change 1
1
#import " BranchSDK.h"
2
2
3
- NSString * const pluginVersion = @" 4.0.1 " ;
3
+ NSString * const pluginVersion = @" 4.1.0 " ;
4
4
5
5
@interface BranchSDK ()
6
6
You can’t perform that action at this time.
0 commit comments