Skip to content

Commit

Permalink
Merge branch 'master' into build-with-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
John Saleigh committed Dec 22, 2015
2 parents 309db76 + f4d56ea commit 7bb6d2c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to the Branch Web SDK will be documented here.
The Branch Web SDK adheres to [Semantic Versioning](http://semver.org/).

## [v1.8.0] - 2015-12-18
## [v1.8.0] - 2015-12-21
- Support added for iOS9 Universal Links
- Support added for Android App Links
- setDebug() can be used for easier testing
Expand Down
2 changes: 1 addition & 1 deletion Web-SDK
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 7bb6d2c

Please sign in to comment.