Skip to content

Commit

Permalink
chore: updated npm version to 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harshabonthu committed Jun 14, 2017
1 parent 44a7ac1 commit ef75476
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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": "www/branch.js",
"version": "2.6.0",
"version": "2.6.1",
"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.0">
version="2.6.1">

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

Expand Down
6 changes: 3 additions & 3 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.0">
version="2.6.1">

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

Expand All @@ -43,8 +43,8 @@ SOFTWARE.

<!-- Hooks -->
<hook src="src/scripts/hooks/beforePluginInstall.js" type="before_plugin_install" />
<hook src="src/scripts/hooks/beforePrepare.js" type="before_prepare" />
<hook src="src/scripts/hooks/afterPrepare.js" type="after_prepare" />
<hook src="src/scripts/hooks/afterPluginInstall.js" type="after_plugin_install" />
<hook src="src/scripts/hooks/afterPluginAdd.js" type="after_plugin_add" />

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

0 comments on commit ef75476

Please sign in to comment.