Skip to content

Commit

Permalink
Tagging release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
John Saleigh committed Dec 21, 2015
1 parent ba57704 commit f4d56ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "branch-cordova-sdk",
"version": "1.7.0",
"version": "1.8.0",
"description": "Branch Metrics Cordova SDK",
"main": "dist/web/build.min.js",
"scripts": {
Expand All @@ -23,5 +23,5 @@
"dependencies": {
"request": "^2.55.0"
},
"build": "1.7.0"
"build": "1.8.0"
}
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="io.branch.sdk" version="1.7.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="io.branch.sdk" version="1.8.0">
<name>BranchSDK</name>
<description>Branch SDK Plugin</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit f4d56ea

Please sign in to comment.