File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " branch-cordova-sdk" ,
3
3
"description" : " Branch Metrics Cordova SDK" ,
4
4
"main" : " src/index.js" ,
5
- "version" : " 4.1.0 " ,
5
+ "version" : " 4.1.1 " ,
6
6
"homepage" : " https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking" ,
7
7
"repository" : {
8
8
"type" : " git" ,
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.1.0 " >
27
+ version =" 4.1.1 " >
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.1.0 " ;
48
+ private static final String BRANCH_PLUGIN_VERSION = "4.1.1 " ;
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.1.0 " ;
3
+ NSString * const pluginVersion = @" 4.1.1 " ;
4
4
5
5
@interface BranchSDK ()
6
6
@@ -79,7 +79,7 @@ - (void)continueUserActivity:(CDVInvokedUrlCommand*)command
79
79
80
80
- (void )initSession : (CDVInvokedUrlCommand*)command
81
81
{
82
- [[Branch getInstance ] registerPluginName: " CordovaIonic" versio : pluginVersion];
82
+ [[Branch getInstance ] registerPluginName: @ " CordovaIonic" version : pluginVersion];
83
83
[[Branch getInstance ] initSessionWithLaunchOptions: nil andRegisterDeepLinkHandler: ^(NSDictionary *params, NSError *error) {
84
84
85
85
NSString *resultString = nil ;
You can’t perform that action at this time.
0 commit comments