File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
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/branch.js" ,
5
- "version" : " 2.6.8 " ,
5
+ "version" : " 2.6.9 " ,
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 =" 2.6.8 " >
27
+ version =" 2.6.9 " >
28
28
29
29
<!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->
30
30
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 =" 2.6.8 " >
27
+ version =" 2.6.9 " >
28
28
29
29
<!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->
30
30
@@ -42,11 +42,11 @@ SOFTWARE.
42
42
</engines >
43
43
44
44
<!-- Hooks -->
45
- <hook src =" src/scripts/hooks/beforePluginInstall.js" type =" before_plugin_install" /> <!-- install node modules -->
46
- <hook src =" src/scripts/hooks/beforePrepare.js" type =" after_plugin_install" /> <!-- support yarn cordova:reset -->
47
- <hook src =" src/scripts/hooks/afterPrepare.js" type =" after_plugin_add" /> <!-- support yarn cordova:reset -->
48
- <hook src =" src/scripts/hooks/beforePrepare.js" type =" before_prepare" /> <!-- support multiple platforms -->
49
- <hook src =" src/scripts/hooks/afterPrepare.js" type =" after_prepare" /> <!-- support multiple platforms -->
45
+ <hook src =" src/scripts/hooks/beforePluginInstall.js" type =" before_plugin_install" />
46
+ <hook src =" src/scripts/hooks/beforePrepare.js" type =" after_plugin_install" />
47
+ <hook src =" src/scripts/hooks/afterPrepare.js" type =" after_plugin_add" />
48
+ <hook src =" src/scripts/hooks/beforePrepare.js" type =" before_prepare" />
49
+ <hook src =" src/scripts/hooks/afterPrepare.js" type =" after_prepare" />
50
50
51
51
<!-- JavaScript -->
52
52
<js-module src =" src/branch.js" name =" Branch" >
You can’t perform that action at this time.
0 commit comments