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 22 "name" : " branch-cordova-sdk" ,
33 "description" : " Branch Metrics Cordova SDK" ,
44 "main" : " src/index.js" ,
5- "version" : " 4.1.0 " ,
5+ "version" : " 4.1.1 " ,
66 "homepage" : " https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking" ,
77 "repository" : {
88 "type" : " git" ,
Original file line number Diff line number Diff 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.1.0 " >
27+ version =" 4.1.1 " >
2828
2929 <!-- Description -->
3030 <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
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.1.0 " ;
48+ private static final String BRANCH_PLUGIN_VERSION = "4.1.1 " ;
4949
5050 // Private Method Properties
5151 private ArrayList <BranchUniversalObjectWrapper > branchObjectWrappers ;
Original file line number Diff line number Diff line change 11#import " BranchSDK.h"
22
3- NSString * const pluginVersion = @" 4.1.0 " ;
3+ NSString * const pluginVersion = @" 4.1.1 " ;
44
55@interface BranchSDK ()
66
@@ -79,7 +79,7 @@ - (void)continueUserActivity:(CDVInvokedUrlCommand*)command
7979
8080- (void )initSession : (CDVInvokedUrlCommand*)command
8181{
82- [[Branch getInstance ] registerPluginName: " CordovaIonic" versio : pluginVersion];
82+ [[Branch getInstance ] registerPluginName: @ " CordovaIonic" version : pluginVersion];
8383 [[Branch getInstance ] initSessionWithLaunchOptions: nil andRegisterDeepLinkHandler: ^(NSDictionary *params, NSError *error) {
8484
8585 NSString *resultString = nil ;
You can’t perform that action at this time.
0 commit comments