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 22 "name" : " branch-cordova-sdk" ,
33 "description" : " Branch Metrics Cordova SDK" ,
44 "main" : " src/branch.js" ,
5- "version" : " 2.6.8 " ,
5+ "version" : " 2.6.9 " ,
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 =" 2.6.8 " >
27+ version =" 2.6.9 " >
2828
2929 <!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->
3030
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 =" 2.6.8 " >
27+ version =" 2.6.9 " >
2828
2929 <!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->
3030
@@ -42,11 +42,11 @@ SOFTWARE.
4242 </engines >
4343
4444 <!-- 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" />
5050
5151 <!-- JavaScript -->
5252 <js-module src =" src/branch.js" name =" Branch" >
You can’t perform that action at this time.
0 commit comments