Skip to content

Commit 2832f1d

Browse files
committed
chore: updated npm version to 2.6.9
1 parent 5811c59 commit 2832f1d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

plugin.template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

plugin.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)