Skip to content

Commit

Permalink
chore: updated npm version to 2.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Aug 28, 2017
1 parent 5811c59 commit 2832f1d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "branch-cordova-sdk",
"description": "Branch Metrics Cordova SDK",
"main": "src/branch.js",
"version": "2.6.8",
"version": "2.6.9",
"homepage": "https://github.com/BranchMetrics/cordova-ionic-phonegap-branch-deep-linking",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugin.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SOFTWARE.
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="branch-cordova-sdk"
version="2.6.8">
version="2.6.9">

<!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->

Expand Down
12 changes: 6 additions & 6 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SOFTWARE.
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="branch-cordova-sdk"
version="2.6.8">
version="2.6.9">

<!-- DO NOT EDIT THIS FILE. MAKE ALL CHANGES TO plugin.template.xml INSTEAD -->

Expand All @@ -42,11 +42,11 @@ SOFTWARE.
</engines>

<!-- Hooks -->
<hook src="src/scripts/hooks/beforePluginInstall.js" type="before_plugin_install" /> <!-- install node modules-->
<hook src="src/scripts/hooks/beforePrepare.js" type="after_plugin_install" /> <!-- support yarn cordova:reset -->
<hook src="src/scripts/hooks/afterPrepare.js" type="after_plugin_add" /> <!-- support yarn cordova:reset -->
<hook src="src/scripts/hooks/beforePrepare.js" type="before_prepare" /> <!-- support multiple platforms -->
<hook src="src/scripts/hooks/afterPrepare.js" type="after_prepare" /> <!-- support multiple platforms -->
<hook src="src/scripts/hooks/beforePluginInstall.js" type="before_plugin_install" />
<hook src="src/scripts/hooks/beforePrepare.js" type="after_plugin_install" />
<hook src="src/scripts/hooks/afterPrepare.js" type="after_plugin_add" />
<hook src="src/scripts/hooks/beforePrepare.js" type="before_prepare" />
<hook src="src/scripts/hooks/afterPrepare.js" type="after_prepare" />

<!-- JavaScript -->
<js-module src="src/branch.js" name="Branch">
Expand Down

0 comments on commit 2832f1d

Please sign in to comment.